From 0c08ee8c6a2831625d1ee240bb3d9e9ac6befb32 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Fri, 17 Mar 2023 20:20:13 -0700 Subject: [PATCH] RPM based distros should have passwd package installed --- alma/helpers/build.sh | 1 + centos-stream/helpers/build.sh | 1 + fedora/helpers/build.sh | 1 + 3 files changed, 3 insertions(+) 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 \