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

Using pip3 instead of pip fixes docker issues
pull/215/head
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
1 changed files with 1 additions and 1 deletions

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