Skip to content

Commit 7a7eab3

Browse files
committed
Add comment explaining libcurl dependency
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
1 parent 48c6cf1 commit 7a7eab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile-alpine.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ RUN set -eux; \
110110
zstd-dev \
111111
{{ ) else "" end -}}
112112
{{ if .major >= 18 then ( -}}
113+
# https://salsa.debian.org/postgresql/postgresql-common/-/commit/a31ce5b893c11e0f17a016e38c1882fbe1820081
114+
# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBCURL
113115
libcurl \
114116
# https://salsa.debian.org/postgresql/postgresql-common/-/commit/89c384273f4c4092483598c292b1b1b188816cce
115117
# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBURING

0 commit comments

Comments
 (0)