More syntax errors.

This commit is contained in:
Josh Matthews 2021-02-09 00:05:50 -05:00 committed by GitHub
parent d446482741
commit 277c3b03f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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