From 92d201cf5c76fea717726b905e377235b90b4793 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 18 May 2023 20:51:19 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74d0e52..1caab6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -185,7 +185,8 @@ 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 && \ + cd lib/ && git clone https://github.com/CartoDB/cartodb-postgresql.git sql && cd sql && git checkout 4c93258cd2 && \ +# cd lib/sql && PGUSER=postgres make install && \ service postgresql start && /bin/su postgres -c \ /tmp/cartodb_pgsql.sh && service postgresql stop && \