Skip to content

Commit

Permalink
Added passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 15, 2023
1 parent 69b365b commit dc487f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN set -ex \
openssh-server \
apptainer \
ondemand \
passwd \
mod_authnz_pam \
&& yum clean all \
&& rm -rf /var/cache/yum
Expand Down
2 changes: 1 addition & 1 deletion image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ then
chown root:root /home
chmod 755 /home

echo $OOD_PASS | passwd --stdin rocky
echo "$OOD_PASS" | passwd --stdin rocky

echo "---> Setting up ssh for user"

Expand Down

0 comments on commit dc487f2

Please sign in to comment.