]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: install procps-ng into Fedora container
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Mon, 5 Dec 2022 21:43:06 +0000 (21:43 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Wed, 7 Dec 2022 07:49:07 +0000 (08:49 +0100)
test/container/Dockerfile-Fedora-latest

index 0fe9338f7b4d2ee0b97d4dbc81893366211d7471..6d62cf99efaf346342186e5026f08a27ddef61e8 100644 (file)
@@ -51,7 +51,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     shfmt \
     parted \
     ntfsprogs \
-    && dnf -y remove dracut && dnf -y update && dnf clean all
+    && dnf -y remove dracut && dnf -y update && dnf -y install --setopt=install_weak_deps=False procps-ng && dnf clean all
 
 # Set default command
 CMD ["/usr/bin/bash"]