mirror of https://github.com/CIRCL/AIL-framework
Using pip3 instead of pip fixes docker issues
parent
d49e8ee295
commit
297ac40295
|
@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y
|
|||
sudo apt-get install graphviz -y
|
||||
|
||||
# install nosetests
|
||||
sudo pip install nose
|
||||
sudo pip3 install nose
|
||||
|
||||
# ssdeep
|
||||
sudo apt-get install libfuzzy-dev -y
|
||||
|
|
Loading…
Reference in New Issue