Skip to content

Commit 0a4d079

Browse files
prihprih
andauthored
fix naciscdn.org (#212)
* fix naciscdn.org * fix Co-authored-by: prih <[email protected]>
1 parent 60ac765 commit 0a4d079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ RUN mkdir -p /home/renderer/src \
131131
&& git clone --single-branch --branch v5.3.1 https://github.com/gravitystorm/openstreetmap-carto.git --depth 1 \
132132
&& cd openstreetmap-carto \
133133
&& rm -rf .git \
134+
&& 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 \
134135
&& npm install -g [email protected] \
135136
&& carto project.mml > mapnik.xml
136137

0 commit comments

Comments
 (0)