diff --git a/build-helpers/make-linux-build-docker-inner.sh b/build-helpers/make-linux-build-docker-inner.sh
index 43ce1020196a4872e5031ef54af876b71ef33d32..a4354de4d2bdd85af86aeab2a14b28680b450d2d 100755
--- a/build-helpers/make-linux-build-docker-inner.sh
+++ b/build-helpers/make-linux-build-docker-inner.sh
@@ -20,7 +20,7 @@ $VENV_VERSION/virtualenv.py --system-site-packages --no-setuptools .env
 source .env/bin/activate
 
 curl -k https://ssl.tiker.net/software/ez_setup.py | python -
-curl http://git.tiker.net/pip/blob_plain/77f959a3ce9cc506efbf3a17290d387d0a6624f5:/contrib/get-pip.py | python -
+curl -k https://gitlab.tiker.net/inducer/pip/raw/7.0.3/contrib/get-pip.py | python -
 
 pip install pyinstaller
 git clone --recursive git://github.com/inducer/loopy