From 273e481193daba3e7aa264f36d6721313c2ee84b Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Wed, 12 Jul 2023 17:25:36 +0200 Subject: [PATCH] ci: install util-linux-systemd and systemd-boot into openSUSE container - `findmnt` is installed by `util-linux-systemd` - `/usr/lib/systemd/boot/efi/linuxx64.efi.stub` is installed by `systemd-boot` --- test/container/Dockerfile-OpenSuse-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/container/Dockerfile-OpenSuse-latest b/test/container/Dockerfile-OpenSuse-latest index ab31cfc37f..3e7cefc229 100644 --- a/test/container/Dockerfile-OpenSuse-latest +++ b/test/container/Dockerfile-OpenSuse-latest @@ -9,5 +9,5 @@ RUN dnf -y install --setopt=install_weak_deps=False \ sudo kernel dhcp-client qemu-kvm /usr/bin/qemu-system-$(uname -m) e2fsprogs \ tcpdump iproute iputils kbd NetworkManager btrfsprogs tgt dbus-broker \ iscsiuio open-iscsi which ShellCheck shfmt procps pigz parted squashfs ntfsprogs \ - multipath-tools \ + multipath-tools util-linux-systemd systemd-boot \ && dnf -y remove dracut && dnf -y update && dnf clean all