更新 'Dockerfile'
This commit is contained in:
parent
10322ff9f5
commit
e71e0ead2f
@ -191,7 +191,8 @@ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb &&
|
|||||||
service postgresql start && /bin/su postgres -c \
|
service postgresql start && /bin/su postgres -c \
|
||||||
/tmp/cartodb_pgsql.sh && service postgresql stop && \
|
/tmp/cartodb_pgsql.sh && service postgresql stop && \
|
||||||
cd - && \
|
cd - && \
|
||||||
npm install && \
|
npm install
|
||||||
|
RUN cd cartodb && \
|
||||||
rm -r /tmp/npm-* /root/.npm && \
|
rm -r /tmp/npm-* /root/.npm && \
|
||||||
perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \
|
perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \
|
||||||
pip install --no-binary :all: -r python_requirements.txt && \
|
pip install --no-binary :all: -r python_requirements.txt && \
|
||||||
|
Loading…
Reference in New Issue
Block a user