Closed global4g closed 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/
pip install cx_Oracle -i https://pypi.python.org/simple/
pip install colorlog termcolor pycrypto argcomplete pyinstaller -i https://pypi.python.org/simple/
Thanks. Done.
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/