Update Dockerfile

This commit is contained in:
Olivier DEBAUCHE 2021-06-14 20:09:11 +02:00 committed by GitHub
parent 4360703395
commit 6e367a1daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,6 @@ RUN mkdir -p /home/renderer/src \
&& cd openstreetmap-carto \ && cd openstreetmap-carto \
&& rm -rf .git \ && rm -rf .git \
&& npm install -g carto \ && npm install -g carto \
&& npm install -g millstone \
&& carto project.mml > mapnik.xml && carto project.mml > mapnik.xml
# Configure renderd # Configure renderd