Merge pull request #71 from stevo01/master

use carto version 0.18.2 to solve carto conflicts / warnings
This commit is contained in:
Alexander Overvoorde
2019-09-29 16:46:17 +02:00
committed by GitHub

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