Skip to content

Commit b111c99

Browse files
committed
Install curl to download metadata for add in pbf files
1 parent 386a215 commit b111c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/osm-processor/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN set -ex \
4545
tmux \
4646
zsh \
4747
git \
48+
curl \
4849
libxml2 \
4950
libboost-filesystem1.74.0 \
5051
libboost-program-options1.74.0 \
@@ -56,4 +57,4 @@ RUN set -ex \
5657
libosmpbf1 \
5758
&& rm -rf /var/lib/apt/lists/*
5859

59-
COPY --from=builder /opt/planet-dump-ng/planet-dump-ng /usr/local/bin/planet-dump-ng
60+
COPY --from=builder /opt/planet-dump-ng/planet-dump-ng /usr/local/bin/planet-dump-ng

0 commit comments

Comments
 (0)