Skip to content

Commit

Permalink
build: add lib-pq to dockerfile for psycopg build
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 7, 2023
1 parent 81ed944 commit 3041cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN set -ex \
"build-essential" \
"gcc" \
"libpcre3-dev" \
"libpq-dev" \
"libspatialindex-dev" \
"libproj-dev" \
"libgeos-dev" \
Expand Down Expand Up @@ -102,6 +103,7 @@ RUN set -ex \
"curl" \
"gosu" \
"libpcre3" \
"postgresql-client" \
"libglib2.0-0" \
"libspatialindex-c6" \
"libproj25" \
Expand Down

0 comments on commit 3041cc7

Please sign in to comment.