dockerfile: bust pip cache for pybitbucket
This commit is contained in:
parent
b08fe5d77f
commit
164ec83f0b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62 libjp
|
||||||
# Build the python dependencies
|
# Build the python dependencies
|
||||||
ADD requirements.txt requirements.txt
|
ADD requirements.txt requirements.txt
|
||||||
RUN virtualenv --distribute venv
|
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
|
RUN venv/bin/pip freeze
|
||||||
|
|
||||||
# Install the binary dependencies
|
# Install the binary dependencies
|
||||||
|
|
Reference in a new issue