dockerfile: bust pip cache for pybitbucket

This commit is contained in:
Jimmy Zelinskie 2016-03-01 11:50:31 -05:00
parent b08fe5d77f
commit 164ec83f0b

View file

@ -14,7 +14,7 @@ RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62 libjp
# Build the python dependencies
ADD requirements.txt requirements.txt
RUN virtualenv --distribute venv
RUN venv/bin/pip install -r requirements.txt
RUN venv/bin/pip install -r requirements.txt # 01MAR2016
RUN venv/bin/pip freeze
# Install the binary dependencies