Use 2.7-compatible get-pip in docker build.

This commit is contained in:
Josh Matthews 2021-02-01 09:32:38 -05:00 committed by GitHub
parent a955ff280d
commit ccf79ea6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,6 @@ RUN \
&& \
#
# Python 2 bits that have been removed from Ubuntu packages
curl https://bootstrap.pypa.io/get-pip.py -sSf -o get-pip.py && \
curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \
python2 get-pip.py && \
python2 -m pip install virtualenv