From: Benjamin Drung Date: Sat, 7 Feb 2026 13:35:45 +0000 (+0100) Subject: ci: install diffutils on openSUSE container X-Git-Tag: 110~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c1bda31ffdfbcfd0648517b31459c30aedad29;p=thirdparty%2Fdracut-ng.git ci: install diffutils on openSUSE container The test 81 needs the `diff` command and a recent openSUSE container does not include it any more. So explicitly install `diffutils`. --- diff --git a/test/container/Dockerfile-opensuse b/test/container/Dockerfile-opensuse index 446afcec3..5147a9111 100644 --- a/test/container/Dockerfile-opensuse +++ b/test/container/Dockerfile-opensuse @@ -20,6 +20,7 @@ RUN zypper --non-interactive install --no-recommends \ cryptsetup \ dhcp-client \ dhcp-server \ + diffutils \ dnsmasq \ distribution-gpg-keys \ e2fsprogs \