Skip to content

Commit

Permalink
Release v2.3.2 (fixed Dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
npeditto committed Feb 18, 2019
1 parent e66bb39 commit 392e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8.15-slim

RUN apt-get update && apt-get install -y \
git python-dev python-setuptools libyaml-dev libpython2.7-dev nmap unzip socat bridge-utils python-pip python-httplib2 libssl-dev libffi-dev vim\
git python-dev python-setuptools libyaml-dev libpython2.7-dev nmap unzip socat bridge-utils python-pip python-httplib2 libssl-dev libffi-dev vim

#Fix Vulnerabilities
RUN apt-get install -y procps wget curl gnupg openssl
Expand Down

0 comments on commit 392e37a

Please sign in to comment.