aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/taskcluster/docker/base.dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile
index 6ef321ae32c..1d58e2b932f 100644
--- a/etc/taskcluster/docker/base.dockerfile
+++ b/etc/taskcluster/docker/base.dockerfile
@@ -41,4 +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