Update Dockerfile

This commit is contained in:
Olivier DEBAUCHE 2021-06-14 19:26:00 +02:00 committed by GitHub
parent b8b44d07d9
commit 5652909a36
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