Skip to content

Commit

Permalink
fix fprot
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 5, 2016
1 parent 455cd33 commit 780dcd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions fprot/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 5,5 @@
README.md
LICENSE

fp-Linux.x86.32-ws.tar.gz
fp-Linux.x86.64-fs.tar.gz
4 changes: 3 additions & 1 deletion fprot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,9 @@ RUN buildDeps='ca-certificates \
&& apt-get install -yq $buildDeps libc6-i386 --no-install-recommends \
&& set -x \
&& echo "Install F-PROT..." \
&& tar -C /opt -zxvf /go/src/github.com/maliceio/malice-fprot/fp-Linux.x86.32-ws.tar.gz \
&& wget https://github.com/maliceio/malice-av/raw/master/fprot/fp-Linux.x86.32-ws.tar.gz \
-O /tmp/fp-Linux.x86.32-ws.tar.gz \
&& tar -C /opt -zxvf /tmp/fp-Linux.x86.32-ws.tar.gz \
&& ln -fs /opt/f-prot/fpscan /usr/local/bin/fpscan \
&& ln -fs /opt/f-prot/fpscand /usr/local/sbin/fpscand \
&& ln -fs /opt/f-prot/fpmon /usr/local/sbin/fpmon \
Expand Down

0 comments on commit 780dcd5

Please sign in to comment.