Upgrade pip when building the docker image

pull/112/head
Juan Manuel 6 years ago
parent d03e4ece56
commit 48165be231

@ -17,6 +17,7 @@ COPY ./requirements.txt /app/requirements.txt
COPY ./dev-requirements.txt /app/dev-requirements.txt
RUN apt-get -q update \
&& apt-get -q --yes install g++ \
&& pip install --upgrade pip \
&& pip install --upgrade --no-cache-dir -r requirements.txt \
&& pip install --upgrade --no-cache-dir -r dev-requirements.txt \
&& apt-get -q --yes remove g++ \

Loading…
Cancel
Save