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`
This commit is contained in:
Antonio Alvarez Feijoo 2023-07-12 17:25:36 +02:00 committed by Antonio Álvarez Feijoo
parent dbdab2d87f
commit 273e481193

View File

@ -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