We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66bb39 commit 392e37aCopy full SHA for 392e37a
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:8.15-slim
2
3
RUN apt-get update && apt-get install -y \
4
- 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
5
6
#Fix Vulnerabilities
7
RUN apt-get install -y procps wget curl gnupg openssl
0 commit comments