From 3c0635084ea760a53716338e39142e07b30bffcf Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 18 May 2023 20:45:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2084ee8..b5248cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -178,10 +178,10 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ mkdir logs # Install CartoDB -RUN git clone --recursive https://git.kongjian.xin:8443/cartodb/cartodb-Github.git cartodb && \ +RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ #RUN git clone --recursive https://github.com/CartoDB/cartodb.git && \ cd cartodb && \ - git checkout $CARTODB_VERSION && \ +# git checkout $CARTODB_VERSION && \ # Install cartodb extension cd lib/sql && \ PGUSER=postgres make install && \