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 0bc4bdd commit 5c878c1Copy full SHA for 5c878c1
images/osm-processor/Dockerfile
@@ -28,10 +28,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
28
apt-utils \
29
postgresql-client
30
31
-# Install osmosis 0.47
+# Install osmosis 0.48
32
+RUN echo "osmosis"
33
RUN git clone https://github.com/openstreetmap/osmosis.git
34
WORKDIR osmosis
-RUN git checkout 9cfb8a06d9bcc948f34a6c8df31d878903d529fc
35
+RUN git checkout bb0e592671a9bf0c48db1301cdc3d6085c88bae9
36
RUN mkdir "$PWD"/dist
37
RUN ./gradlew assemble
38
RUN tar -xvzf "$PWD"/package/build/distribution/*.tgz -C "$PWD"/dist/
0 commit comments