use carto version 0.18.2 to solve carto conflicts / warnings

master
Steffen Volkmann 2019-09-27 05:55:13 +02:00
parent ff8655701e
commit d106610e05
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ WORKDIR /home/renderer/src
RUN git clone https://github.com/gravitystorm/openstreetmap-carto.git
WORKDIR /home/renderer/src/openstreetmap-carto
USER root
RUN npm install -g carto
RUN npm install -g carto@0.18.2
USER renderer
RUN carto project.mml > mapnik.xml