diff --git a/alma/helpers/build.sh b/alma/helpers/build.sh index 5402c3c..29f22f5 100644 --- a/alma/helpers/build.sh +++ b/alma/helpers/build.sh @@ -12,6 +12,7 @@ dnf install -y --allowerasing \ iputils \ openssh-server \ openssh-clients \ + passwd \ procps-ng \ rsyslog \ sudo \ diff --git a/centos-stream/helpers/build.sh b/centos-stream/helpers/build.sh index 4b8e7b6..a6bb94a 100644 --- a/centos-stream/helpers/build.sh +++ b/centos-stream/helpers/build.sh @@ -12,6 +12,7 @@ dnf install -y --allowerasing \ iputils \ openssh-server \ openssh-clients \ + passwd \ procps-ng \ rsyslog \ sudo \ diff --git a/fedora/helpers/build.sh b/fedora/helpers/build.sh index 5d7c0ba..bb58afe 100644 --- a/fedora/helpers/build.sh +++ b/fedora/helpers/build.sh @@ -12,6 +12,7 @@ dnf install -y --allowerasing \ iputils \ openssh-server \ openssh-clients \ + passwd \ procps-ng \ rsyslog \ sudo \