Skip to content

Commit b45601e

Browse files
committed
Force pip version to 20.1 to avoid build issues
See pypa/pip#7309. Using --install-option and either of --prefix or --install-lib results in an error starting at pip 20.2.
1 parent 9a6629c commit b45601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
2424
unzip \
2525
wget
2626

27-
RUN pip install --upgrade pip
27+
RUN pip install --upgrade pip==20.1
2828
RUN pip install \
2929
six \
3030
urllib3 \

0 commit comments

Comments
 (0)