diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile index 50d3f0bb13e..6ef321ae32c 100644 --- a/etc/taskcluster/docker/base.dockerfile +++ b/etc/taskcluster/docker/base.dockerfile @@ -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