更新 'Dockerfile'
This commit is contained in:
parent
a2095f1189
commit
92d201cf5c
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user