Skip to content

Commit 6715faa

Browse files
author
SUSE Update Bot
committed
Test build for #3475
1 parent 9783301 commit 6715faa

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

gcc-13-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
FROM opensuse/tumbleweed:latest
2323

2424
RUN set -euo pipefail; \
25-
zypper -n install --no-recommends gcc13 gcc13-c++ gcc13-fortran make curl findutils gawk git-core procps util-linux
25+
zypper -n install --no-recommends gcc13 gcc13-c++ gcc13-fortran make curl findutils gawk git-core libcurl4 procps util-linux
2626

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

gcc-14-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
FROM opensuse/tumbleweed:latest
2323

2424
RUN set -euo pipefail; \
25-
zypper -n install --no-recommends gcc14 gcc14-c++ gcc14-fortran make gcc gcc-c++ gcc-fortran curl findutils gawk git-core procps util-linux
25+
zypper -n install --no-recommends gcc14 gcc14-c++ gcc14-fortran make gcc gcc-c++ gcc-fortran curl findutils gawk git-core libcurl4 procps util-linux
2626

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

gcc-15-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
FROM opensuse/tumbleweed:latest
2424

2525
RUN set -euo pipefail; \
26-
zypper -n install --no-recommends gcc15 gcc15-c++ gcc15-fortran make curl findutils gawk git-core procps util-linux
26+
zypper -n install --no-recommends gcc15 gcc15-c++ gcc15-fortran make 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; \

golang-oldstable-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FROM opensuse/tumbleweed:latest
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends go1.24 go1.24-doc make curl findutils gawk git-core procps util-linux
27+
zypper -n install --no-recommends go1.24 go1.24-doc make 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; \

golang-stable-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
FROM opensuse/tumbleweed:latest
2626

2727
RUN set -euo pipefail; \
28-
zypper -n install --no-recommends go1.25 go1.25-doc make curl findutils gawk git-core procps util-linux
28+
zypper -n install --no-recommends go1.25 go1.25-doc make curl findutils gawk git-core libcurl4 procps util-linux
2929

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

kiwi-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
FROM opensuse/tumbleweed:latest
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-openSUSE tack timezone xorriso xz openSUSE-release openSUSE-release-appliance-docker 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-openSUSE tack timezone xorriso xz openSUSE-release openSUSE-release-appliance-docker 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
@@ -27,7 +27,7 @@
2727
FROM opensuse/tumbleweed:latest
2828

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

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

openjdk-11-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
FROM opensuse/tumbleweed:latest
2323

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

2727
# cleanup logs and temporary files
2828
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
@@ -22,7 +22,7 @@
2222
FROM opensuse/tumbleweed:latest
2323

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

2727
# cleanup logs and temporary files
2828
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
@@ -22,7 +22,7 @@
2222
FROM opensuse/tumbleweed:latest
2323

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

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

0 commit comments

Comments
 (0)