Skip to content

Commit a6395e4

Browse files
LaszloGombosaafeijoo-suse
authored andcommitted
ci: install procps-ng into Fedora container
1 parent d0a5b03 commit a6395e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/container/Dockerfile-Fedora-latest

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
5151
shfmt \
5252
parted \
5353
ntfsprogs \
54-
&& dnf -y remove dracut && dnf -y update && dnf clean all
54+
&& dnf -y remove dracut && dnf -y update && dnf -y install --setopt=install_weak_deps=False procps-ng && dnf clean all
5555

5656
# Set default command
5757
CMD ["/usr/bin/bash"]

0 commit comments

Comments
 (0)