Update pip when building docker image.

This commit is contained in:
Josh Matthews 2021-02-08 23:55:27 -05:00 committed by GitHub
parent 67be5a7d31
commit 07cc14719b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,3 +42,5 @@ RUN \
curl https://bootstrap.pypa.io/2.7/get-pip.py -sSf -o get-pip.py && \
python2 get-pip.py && \
python2 -m pip install virtualenv
# Ensure modern pip is present.
python3 -m pip install -U pip