From 38bfc560e0cb57787866741d83e2a486b1037293 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 19:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07411a4..66aa163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -146,7 +146,7 @@ RUN sed -i 's/\(peer\|md5\)/trust/' /etc/postgresql/10/main/pg_hba.conf && \ # Crankshaft: CARTO Spatial Analysis extension for PostgreSQL RUN cd / && \ - curl https://bootstrap.pypa.io/get-pip.py | python && \ + curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python && \ git clone https://github.com/CartoDB/crankshaft.git && \ cd /crankshaft && \ git checkout $CRANKSHAFT_VERSION && \