diff --git a/Dockerfile b/Dockerfile --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ copy rootfs . run chmod 755 /etc run chmod -R 755 /etc/s6-overlay -run apk add --no-cache shadow s6-overlay execline openssh git curl bash +run apk add --no-cache shadow s6-overlay execline openssh git curl run groupadd -g $GID -f git run useradd -u $UID -g $GID -d /home/git git # setting the password to `*` disables password-based access without locking the