]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: install diffutils on openSUSE container
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 7 Feb 2026 13:35:45 +0000 (14:35 +0100)
committerLaszlo <1522773+LaszloGombos@users.noreply.github.com>
Sat, 7 Feb 2026 13:47:46 +0000 (08:47 -0500)
The test 81 needs the `diff` command and a recent openSUSE container
does not include it any more.

So explicitly install `diffutils`.

test/container/Dockerfile-opensuse

index 446afcec39294684893a137099790b38e77c2313..5147a91113d3554e627b46d3de39c01a933dbf6f 100644 (file)
@@ -20,6 +20,7 @@ RUN zypper --non-interactive install --no-recommends \
     cryptsetup \
     dhcp-client \
     dhcp-server \
+    diffutils \
     dnsmasq \
     distribution-gpg-keys \
     e2fsprogs \