Skip to content

Commit c3c44a7

Browse files
committed
Added missing procps-ng package for minion Dockerfile. Thanks to @dajamu for reporting the issue
1 parent 9c0f99b commit c3c44a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Dockerfile.minion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM rockylinux:8
2424

2525
ARG SALT_VERSION=3004
2626

27-
RUN dnf install -y dnf-plugins-core && \
27+
RUN dnf install -y dnf-plugins-core procps-ng && \
2828
dnf update -y && \
2929
dnf install -y epel-release && \
3030
dnf config-manager --set-enabled powertools

0 commit comments

Comments
 (0)