Skip to content

Commit

Permalink
Fix bash cache failure after updating pip
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Sep 25, 2018
1 parent ef93c85 commit 47ce7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dockerCommands ~= { dc =>
"apt-get install -y --no-install-recommends python-pip python2.7-dev python3-pip python3-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential git libssl-dev && " +
"pip2 install -U pip setuptools && " +
"pip3 install -U pip setuptools && " +
"hash -r && " +
"cd /opt && " +
"git clone https://github.com/TheHive-Project/Cortex-Analyzers.git && " +
"for I in $(find Cortex-Analyzers -name 'requirements.txt'); do pip2 install -r $I; done && " +
Expand Down

0 comments on commit 47ce7f6

Please sign in to comment.