Merge pull request #210 from GoSecure/docker-fix-pip-issue

Using pip3 instead of pip fixes docker issues
This commit is contained in:
Alexandre Dulaunoy 2018-06-24 09:52:03 +02:00 committed by GitHub
commit 949ab17f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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