diff --git a/kiwi-image/Dockerfile b/kiwi-image/Dockerfile index 01d445a50..45bc0a46e 100644 --- a/kiwi-image/Dockerfile +++ b/kiwi-image/Dockerfile @@ -23,7 +23,7 @@ FROM bci/bci-base:16.0 RUN set -euo pipefail; \ - 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 tack timezone xorriso xz SLES-release; \ + 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 tack timezone xorriso xz SLES-release curl findutils gawk git-core procps util-linux; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/kiwi-image/kiwi-image.changes b/kiwi-image/kiwi-image.changes index 1625742d5..b3856ebc8 100644 --- a/kiwi-image/kiwi-image.changes +++ b/kiwi-image/kiwi-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 1 10:41:01 UTC 2024 - SUSE Update Bot + +- install the common devel tools into the kiwi container + ------------------------------------------------------------------- Wed Sep 25 17:36:27 UTC 2024 - Dirk Mueller