aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-02-08 23:55:27 -0500
committerGitHub <noreply@github.com>2021-02-08 23:55:27 -0500
commit07cc14719beb1bb0cae1c98fe2f598c3307e28dd (patch)
tree635e4d5051e27ecdb4c7bf7d2864f93e6296025a /etc
parent67be5a7d31fe03ae59c5f99943ff0072c423ab8c (diff)
downloadservo-07cc14719beb1bb0cae1c98fe2f598c3307e28dd.tar.gz
servo-07cc14719beb1bb0cae1c98fe2f598c3307e28dd.zip
Update pip when building docker image.
Diffstat (limited to 'etc')
-rw-r--r--etc/taskcluster/docker/base.dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile
index 6ef321ae32c..87c42d0ab4e 100644
--- a/etc/taskcluster/docker/base.dockerfile
+++ b/etc/taskcluster/docker/base.dockerfile
@@ -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