quentinhardy / odat

ODAT: Oracle Database Attacking Tool
1.6k stars 345 forks source link

pip install fails over http #23

Closed global4g closed 6 years ago

global4g commented 6 years ago

You may want to modify the line 23 and 25 of Docker file. I had to force https in order to install some packages.

pip install cx_Oracle -i https://pypi.python.org/simple/ pip install colorlog termcolor pycrypto argcomplete pyinstaller -i https://pypi.python.org/simple/

quentinhardy commented 6 years ago

Thanks. Done.