Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
[docker] install pip>=18.1 for PEP508 support
Browse files Browse the repository at this point in the history
  • Loading branch information
das7pad committed Feb 1, 2019
1 parent 24e652d commit 67323f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EXPOSE $PORTS

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
&& mkdir /app \
&& pip install --no-cache-dir --upgrade 'pip>=18.1' \
&& true

COPY requirements/requirements.txt /app
Expand Down

0 comments on commit 67323f2

Please sign in to comment.