From 9d7868ba91159ef2740c2653e68d97a425389332 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 5 Jul 2015 15:24:00 -0500 Subject: [PATCH] Docker build: Fix pip URL --- build-helpers/make-linux-build-docker-inner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-helpers/make-linux-build-docker-inner.sh b/build-helpers/make-linux-build-docker-inner.sh index 43ce10201..a4354de4d 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 -- GitLab