更新 'Dockerfile'

master
zhongjin 1 year ago
parent 249f7503fd
commit 696b1a9d9b

@ -187,8 +187,9 @@ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb &&
git checkout 667ec0e32c && \
PGUSER=postgres make install && \
service postgresql start && /bin/su postgres -c \
/tmp/cartodb_pgsql.sh && service postgresql stop && \
cd /cartodb && \
/tmp/cartodb_pgsql.sh && service postgresql stop
RUN cd /cartodb && \
npm install && \
rm -r /tmp/npm-* /root/.npm && \
perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \

Loading…
Cancel
Save