Skip to content

Commit

Permalink
Use master branch of cortex analyzers to build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 12, 2017
1 parent 12ea715 commit 8921d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ dockerCommands ~= { dc =>
"apt-get update && " +
"apt-get install -y --no-install-recommends python-pip python2.7-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential git && " +
"cd /opt && " +
"git clone -b develop https://github.com/CERT-BDF/Cortex-Analyzers.git && " +
"pip install $(cat Cortex-Analyzers/analyzers/*/requirements.txt | grep -v hashlib | sort -u)"),
"git clone https://github.com/CERT-BDF/Cortex-Analyzers.git && " +
"pip install $(sort -u Cortex-Analyzers/analyzers/*/requirements.txt)"),
Cmd("ADD", "var", "/var"),
Cmd("ADD", "etc", "/etc"),
ExecCmd("RUN", "chown", "-R", "daemon:daemon", "/var/log/cortex")) ++
Expand Down

0 comments on commit 8921d15

Please sign in to comment.