Update install.sh to install pip
python-pip isn't installed by default on Kali docker images.1.6
parent
3817385bb2
commit
5fef212387
|
@ -19,6 +19,7 @@ elif lsb_release -d | grep -q "Kali"; then
|
|||
apt-get install python-dev
|
||||
apt-get install python-m2crypto
|
||||
apt-get install swig
|
||||
apt-get install python-pip
|
||||
pip install pycrypto
|
||||
pip install iptools
|
||||
pip install pydispatcher
|
||||
|
|
Loading…
Reference in New Issue