Skip to content

Commit

Permalink
fix naciscdn.org (#212)
Browse files Browse the repository at this point in the history
* fix naciscdn.org

* fix

Co-authored-by: prih <[email protected]>
  • Loading branch information
prih and prih authored Sep 7, 2021
1 parent 60ac765 commit 0a4d079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ RUN mkdir -p /home/renderer/src \
&& git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
&& cd openstreetmap-carto \
&& rm -rf .git \
&& sed -ie 's#https:\/\/naciscdn.org\/naturalearth\/110m\/cultural\/ne_110m_admin_0_boundary_lines_land.zip#https:\/\/naturalearth.s3.amazonaws.com\/110m_cultural\/ne_110m_admin_0_boundary_lines_land.zip#g' external-data.yml \
&& npm install -g [email protected] \
&& carto project.mml > mapnik.xml

Expand Down

0 comments on commit 0a4d079

Please sign in to comment.