From 82e30755b592289d82ee98caec9995b3af0c9f00 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 21:33:45 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcd15af..3df611a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -180,7 +180,6 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ # Install CartoDB RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ cd cartodb && \ -# git checkout $CARTODB_VERSION && \ # Install cartodb extension cd lib/sql && \ PGUSER=postgres make install && \