File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424FROM bci/bci-base:16.1
2525
2626RUN 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
3030RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2626FROM bci/bci-base:16.1
2727
2828RUN 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
3232RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2323FROM bci/bci-base:16.1
2424
2525RUN 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
2929RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2323FROM bci/bci-base:16.1
2424
2525RUN 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
2929RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2424FROM bci/bci-base:16.1
2525
2626RUN 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
3030RUN set -euo pipefail; zypper -n clean -a; \
Original file line number Diff line number Diff line change 2323FROM bci/bci-base:16.1
2424
2525RUN 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
2929RUN set -euo pipefail; zypper -n clean -a; \
You can’t perform that action at this time.
0 commit comments