更新 'Dockerfile'
This commit is contained in:
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…
Reference in New Issue
Block a user