Skip to content

Commit 35db0a8

Browse files
authored
Merge pull request #3204 from SUSE/for-deploy-16.0
🤖: Update build recipes for 16.0
2 parents 7c8bf46 + 2402b0a commit 35db0a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

nginx-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY --from=target / /target
2525

2626
RUN set -euo pipefail; \
2727
export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1; \
28-
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends gawk nginx findutils gettext-runtime
28+
zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends curl gawk nginx findutils gettext-runtime libcurl-mini4
2929
# sanity check that the version from the tag is equal to the version of nginx that we expect
3030
RUN set -euo pipefail; \
3131
[ "$(rpm --root /target -q --qf '%{version}' nginx | \

nginx-image/nginx-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Nov 28 17:32:23 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- readd curl for healthchecks
5+
16
-------------------------------------------------------------------
27
Mon Nov 10 17:41:19 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)