更新 'Dockerfile'

master
zhongjin 1 year ago
parent 1faf563acd
commit 38bfc560e0

@ -146,7 +146,7 @@ RUN sed -i 's/\(peer\|md5\)/trust/' /etc/postgresql/10/main/pg_hba.conf && \
# Crankshaft: CARTO Spatial Analysis extension for PostgreSQL # Crankshaft: CARTO Spatial Analysis extension for PostgreSQL
RUN cd / && \ RUN cd / && \
curl https://bootstrap.pypa.io/get-pip.py | python && \ curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python && \
git clone https://github.com/CartoDB/crankshaft.git && \ git clone https://github.com/CartoDB/crankshaft.git && \
cd /crankshaft && \ cd /crankshaft && \
git checkout $CRANKSHAFT_VERSION && \ git checkout $CRANKSHAFT_VERSION && \

Loading…
Cancel
Save