Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
build: add postgis dep to build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 14, 2023
1 parent 00a8d0f commit 552b0d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/underpass.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN set -ex \
"libosmium2-dev" \
"libpqxx-dev" \
"postgresql" \
"postgis" \
"libgumbo-dev" \
"librange-v3-dev" \
"libtool" \
Expand Down Expand Up @@ -99,6 +100,7 @@ RUN set -ex \
"libjemalloc2" \
"libpqxx-6.4" \
"libgumbo1" \
"postgresql-client" \
&& rm -rf /var/lib/apt/lists/*
# Required dirs for underpass
COPY --from=build /code/build /code/build
Expand Down

0 comments on commit 552b0d0

Please sign in to comment.