Skip to content

Commit

Permalink
Merge pull request #40 from TritonDataCenter/rpm_passwd_pkg
Browse files Browse the repository at this point in the history
RPM based distros should have passwd package installed
  • Loading branch information
hadfl authored Mar 18, 2023
2 parents 64df600 + 0c08ee8 commit b7a7a17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions alma/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dnf install -y --allowerasing \
iputils \
openssh-server \
openssh-clients \
passwd \
procps-ng \
rsyslog \
sudo \
Expand Down
1 change: 1 addition & 0 deletions centos-stream/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dnf install -y --allowerasing \
iputils \
openssh-server \
openssh-clients \
passwd \
procps-ng \
rsyslog \
sudo \
Expand Down
1 change: 1 addition & 0 deletions fedora/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dnf install -y --allowerasing \
iputils \
openssh-server \
openssh-clients \
passwd \
procps-ng \
rsyslog \
sudo \
Expand Down

0 comments on commit b7a7a17

Please sign in to comment.