From e26b67270615eb0eddcf162cd3ef364ce4f9b7d0 Mon Sep 17 00:00:00 2001 From: Cosmic Horror Date: Thu, 19 Mar 2026 20:49:12 +0000 Subject: [PATCH] remove bash in favor of existing sh --- Dockerfile | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) 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 -- tangled.sh