Skip to content

Commit 0368039

Browse files
author
Rub21
committed
Add postgresql-client in osm-processor
1 parent 067fe57 commit 0368039

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
@@ -25,7 +25,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
2525
default-jre \
2626
default-jdk \
2727
gradle \
28-
apt-utils
28+
apt-utils \
29+
postgresql-client
2930

3031
# Install osmosis 0.47
3132
RUN git clone https://github.com/openstreetmap/osmosis.git

0 commit comments

Comments
 (0)