Skip to content

Commit 48c6cf1

Browse files
committed
Build libpq with libcurl to include libpq-oauth
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
1 parent 12eb576 commit 48c6cf1

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

18/alpine3.22/Dockerfile

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

18/alpine3.23/Dockerfile

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ RUN set -eux; \
110110
zstd-dev \
111111
{{ ) else "" end -}}
112112
{{ if .major >= 18 then ( -}}
113+
libcurl \
113114
# https://salsa.debian.org/postgresql/postgresql-common/-/commit/89c384273f4c4092483598c292b1b1b188816cce
114115
# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBURING
115116
liburing-dev \
@@ -160,6 +161,7 @@ RUN set -eux; \
160161
--with-icu \
161162
--with-ldap \
162163
{{ if .major >= 18 then ( -}}
164+
--with-libcurl \
163165
--with-liburing \
164166
{{ ) else "" end -}}
165167
--with-libxml \

0 commit comments

Comments
 (0)