Merge pull request #71 from stevo01/master

use carto version 0.18.2 to solve carto conflicts / warnings
master
Alexander Overvoorde 2019-09-29 16:46:17 +02:00 committed by GitHub
commit 598a48145a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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