Update Dockerfile

to comply with https://github.com/future-architect/vuls/compare/master...theonlydoo:patch-1
This commit is contained in:
theonlydoo
2016-05-11 17:37:29 +02:00
parent da071cb120
commit 093c47b59c

View File

@@ -1,7 +1,7 @@
FROM golang:1.6
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y git openssh-client gcc
&& apt-get install -y git openssh-client gcc nmap
WORKDIR /app
RUN go get github.com/kotakanbe/go-cve-dictionary
RUN go get github.com/future-architect/vuls