Skip to content

Commit

Permalink
Merge pull request #57 from theonlydoo/patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
kotakanbe committed May 20, 2016
2 parents 53e4adf + 093c47b commit 787ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 787ad06

Please sign in to comment.