Fix conflict by removing pycrypto, dump python dep list

This commit is contained in:
Jake Moshenko 2016-01-28 14:11:41 -05:00
parent a132d984e5
commit 69d4cd68dc
3 changed files with 2 additions and 2 deletions

View file

@ -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