]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: remove dracut package without removing its dependencies
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 12 Apr 2024 11:51:20 +0000 (07:51 -0400)
committerLaszlo Gombos <laszlo.gombos@gmail.com>
Fri, 12 Apr 2024 12:12:08 +0000 (08:12 -0400)
test/container/Dockerfile-OpenSuse-latest

index ad25fa104cf9199c5e13e952bc1ff6e0b76fc7f8..3934d57158c0b38e2a07a35c6de871365f949637 100644 (file)
@@ -8,4 +8,4 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     tcpdump iproute iputils kbd NetworkManager btrfsprogs tgt dbus-broker \
     iscsiuio open-iscsi ShellCheck shfmt procps pigz parted squashfs \
     util-linux-systemd systemd-boot \
-    && dnf -y remove dracut && dnf -y update && dnf clean all
+    && rpm -e --nodeps dracut && dnf -y update && dnf clean all