Skip to content

Commit f148d84

Browse files
committed
Fix dependency
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
1 parent 29d8bf9 commit f148d84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

18/alpine3.22/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

18/alpine3.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN set -eux; \
112112
{{ if .major >= 18 then ( -}}
113113
# https://salsa.debian.org/postgresql/postgresql-common/-/commit/a31ce5b893c11e0f17a016e38c1882fbe1820081
114114
# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBCURL
115-
libcurl \
115+
curl-dev \
116116
# https://salsa.debian.org/postgresql/postgresql-common/-/commit/89c384273f4c4092483598c292b1b1b188816cce
117117
# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBURING
118118
liburing-dev \

0 commit comments

Comments
 (0)