Merge pull request #57 from theonlydoo/patch-2

Update Dockerfile
This commit is contained in:
Kota Kanbe
2016-05-20 13:45:29 +09:00

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