Skip to content

Commit

Permalink
Do not use pip==20.0 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Jan 21, 2020
1 parent ed5918a commit 3eee7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && \
ENV PYTHONUNBUFFERED 1

RUN mkdir -p /opt/poetry /app /static /opt/static /dbox/Dropbox/media
RUN python -m pip install -U pip
RUN python -m pip install -U "pip!=20.0"
RUN python -m pip install -U poetry

RUN groupadd -g 2001 -r django && useradd -m -u 2001 -r -g django django
Expand Down

0 comments on commit 3eee7b2

Please sign in to comment.