mirror of https://github.com/CIRCL/AIL-framework
Merge pull request #210 from GoSecure/docker-fix-pip-issue
Using pip3 instead of pip fixes docker issuespull/215/head
commit
949ab17f2d
|
@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y
|
||||||
sudo apt-get install graphviz -y
|
sudo apt-get install graphviz -y
|
||||||
|
|
||||||
# install nosetests
|
# install nosetests
|
||||||
sudo pip install nose
|
sudo pip3 install nose
|
||||||
|
|
||||||
# ssdeep
|
# ssdeep
|
||||||
sudo apt-get install libfuzzy-dev -y
|
sudo apt-get install libfuzzy-dev -y
|
||||||
|
|
Loading…
Reference in New Issue