Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 1, 2016
1 parent bd2effd commit fd7b671
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ RUN apk-install -t build-deps go \
&& ln -s /opt/rtfdump/rtfdump.py /usr/local/bin/rtfdump \
&& echo "Install ViperMonkey..." \
&& curl -Ls https://github.com/decalage2/ViperMonkey/archive/master.zip > /tmp/ViperMonkey.zip \
&& mkdir -p /opt/ViperMonkey \
&& mkdir -p /opt/vipermonkey \
&& unzip ViperMonkey.zip \
&& mv ViperMonkey-master/ /opt/ViperMonkey \
&& cd /opt/ViperMonkey \
&& mv ViperMonkey-master/vipermonkey/ /opt/vipermonkey \
&& cd /opt/vipermonkey \
&& pip install prettytable colorlog colorama pyparsing \
&& chmod +x vmonkey.py vbashell.py \
&& ln -s /opt/ViperMonkey/vmonkey.py /usr/local/bin/vmonkey \
&& ln -s /opt/ViperMonkey/vbashell.py /usr/local/bin/vbashell \
&& ln -s /opt/vipermonkey/vmonkey.py /usr/local/bin/vmonkey \
&& ln -s /opt/vipermonkey/vbashell.py /usr/local/bin/vbashell \
&& echo "Building scan Go binary..." \
&& cd /go/src/github.com/maliceio/malice-office \
&& export GOPATH=/go \
Expand Down

0 comments on commit fd7b671

Please sign in to comment.