Fix conflict by removing pycrypto, dump python dep list
This commit is contained in:
parent
a132d984e5
commit
69d4cd68dc
3 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,7 @@ RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62 libjp
|
|||
ADD requirements.txt requirements.txt
|
||||
RUN virtualenv --distribute venv
|
||||
RUN venv/bin/pip install -r requirements.txt
|
||||
RUN venv/bin/pip freeze
|
||||
|
||||
# Install the binary dependencies
|
||||
ADD binary_dependencies binary_dependencies
|
||||
|
|
Reference in a new issue