We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386a215 commit b111c99Copy full SHA for b111c99
images/osm-processor/Dockerfile
@@ -45,6 +45,7 @@ RUN set -ex \
45
tmux \
46
zsh \
47
git \
48
+ curl \
49
libxml2 \
50
libboost-filesystem1.74.0 \
51
libboost-program-options1.74.0 \
@@ -56,4 +57,4 @@ RUN set -ex \
56
57
libosmpbf1 \
58
&& rm -rf /var/lib/apt/lists/*
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