Skip to content

Commit

Permalink
ci: install util-linux-systemd and systemd-boot into openSUSE container
Browse files Browse the repository at this point in the history
- `findmnt` is installed by `util-linux-systemd`
- `/usr/lib/systemd/boot/efi/linuxx64.efi.stub` is installed by `systemd-boot`
  • Loading branch information
aafeijoo-suse committed Jul 24, 2023
1 parent dbdab2d commit 273e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container/Dockerfile-OpenSuse-latest
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 273e481

Please sign in to comment.