Community maintained Docker config for the knot server

add bash to image

bash is now necessary to run the knot post-receive hooks; see
https://tangled.sh/@tangled.sh/core/blob/master/hook/setup.go#L134

authored by anil.recoil.org and committed by

Tangled ed4a8196 56a36a28

+1 -1
+1 -1
Dockerfile
··· 22 22 23 23 copy rootfs . 24 24 run chmod -R 755 /etc/s6-overlay 25 - run apk add shadow s6-overlay execline openssl openssh git curl 25 + run apk add shadow s6-overlay execline openssl openssh git curl bash 26 26 run useradd -d /home/git git && openssl rand -hex 16 | passwd --stdin git 27 27 run mkdir -p /home/git/repositories && chown -R git:git /home/git 28 28 copy --from=builder /usr/bin/knot /usr/bin