Skip to content

Commit d10827b

Browse files
author
SUSE Update Bot
committed
Test build for #3475
1 parent b2ff370 commit d10827b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

kiwi-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FROM bci/bci-base:16.1
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip systemd-default-settings-branding-SLE tack timezone xorriso xz SLES-release curl findutils gawk git-core procps util-linux
27+
zypper -n install --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip systemd-default-settings-branding-SLE tack timezone xorriso xz SLES-release curl findutils gawk git-core libcurl4 procps util-linux
2828

2929
# cleanup logs and temporary files
3030
RUN set -euo pipefail; zypper -n clean -a; \

nodejs-24-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
FROM bci/bci-base:16.1
2727

2828
RUN set -euo pipefail; \
29-
zypper -n install --no-recommends nodejs24 npm24 update-alternatives curl findutils gawk git-core procps util-linux
29+
zypper -n install --no-recommends nodejs24 npm24 update-alternatives curl findutils gawk git-core libcurl4 procps util-linux
3030

3131
# cleanup logs and temporary files
3232
RUN set -euo pipefail; zypper -n clean -a; \

openjdk-17-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM bci/bci-base:16.1
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends java-17-openjdk mozilla-nss-sysinit curl findutils gawk git-core procps util-linux
26+
zypper -n install --no-recommends java-17-openjdk mozilla-nss-sysinit curl findutils gawk git-core libcurl4 procps util-linux
2727

2828
# cleanup logs and temporary files
2929
RUN set -euo pipefail; zypper -n clean -a; \

openjdk-21-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM bci/bci-base:16.1
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends java-21-openjdk mozilla-nss-sysinit curl findutils gawk git-core procps util-linux
26+
zypper -n install --no-recommends java-21-openjdk mozilla-nss-sysinit curl findutils gawk git-core libcurl4 procps util-linux
2727

2828
# cleanup logs and temporary files
2929
RUN set -euo pipefail; zypper -n clean -a; \

openjdk-25-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FROM bci/bci-base:16.1
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends java-25-openjdk mozilla-nss-sysinit curl findutils gawk git-core procps util-linux
27+
zypper -n install --no-recommends java-25-openjdk mozilla-nss-sysinit curl findutils gawk git-core libcurl4 procps util-linux
2828

2929
# cleanup logs and temporary files
3030
RUN set -euo pipefail; zypper -n clean -a; \

ruby-3.4-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM bci/bci-base:16.1
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends ruby3.4 ruby3.4-rubygem-bundler ruby3.4-devel ruby3.4-rubygem-gem2rpm util-linux gcc-c++ sqlite3-devel make timezone xz curl findutils gawk git-core procps util-linux
26+
zypper -n install --no-recommends ruby3.4 ruby3.4-rubygem-bundler ruby3.4-devel ruby3.4-rubygem-gem2rpm util-linux gcc-c++ sqlite3-devel make timezone xz curl findutils gawk git-core libcurl4 procps util-linux
2727

2828
# cleanup logs and temporary files
2929
RUN set -euo pipefail; zypper -n clean -a; \

0 commit comments

Comments
 (0)