From 2df68eb875ff5e762f8d529628822e23eed27c06 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 21:40:31 +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, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3df611a..7a19c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -181,7 +181,9 @@ RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb && \ cd cartodb && \ # Install cartodb extension - cd lib/sql && \ + cd lib && \ + git clone -b 667ec0e32c http://github.com/CartoDB/cartodb-postgresql sql && \ + cd sql && \ PGUSER=postgres make install && \ service postgresql start && /bin/su postgres -c \ /tmp/cartodb_pgsql.sh && service postgresql stop && \