Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove bash in favor of existing sh

+1 -1
+1 -1
Dockerfile
··· 26 26 copy rootfs . 27 27 run chmod 755 /etc 28 28 run chmod -R 755 /etc/s6-overlay 29 - run apk add --no-cache shadow s6-overlay execline openssh git curl bash 29 + run apk add --no-cache shadow s6-overlay execline openssh git curl 30 30 run groupadd -g $GID -f git 31 31 run useradd -u $UID -g $GID -d /home/git git 32 32 # setting the password to `*` disables password-based access without locking the