Skip to content

Commit

Permalink
Force pip version to 20.1 to avoid build issues
Browse files Browse the repository at this point in the history
See pypa/pip#7309. Using --install-option and
either of --prefix or --install-lib results in an error starting at pip
20.2.
  • Loading branch information
pingtimeout committed Sep 25, 2020
1 parent 9a6629c commit b45601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
unzip \
wget

RUN pip install --upgrade pip
RUN pip install --upgrade pip==20.1
RUN pip install \
six \
urllib3 \
Expand Down

0 comments on commit b45601e

Please sign in to comment.