From 875bec91b54a499a6d7a64523c78bc7e1ec2fd1f Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Sat, 27 Oct 2018 22:25:51 +0000 Subject: [PATCH] Dockerfile.aarch64hub: install shadow package the shadow package contains the usermod(8) utility which is used by start.sh and finalize.sh to configure the git user --- Dockerfile.aarch64hub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.aarch64hub b/Dockerfile.aarch64hub index 813822b23..fbb6e6fa0 100644 --- a/Dockerfile.aarch64hub +++ b/Dockerfile.aarch64hub @@ -19,7 +19,7 @@ RUN [ "cross-build-start" ] # Install system utils & Gogs runtime dependencies ADD https://github.com/tianon/gosu/releases/download/1.10/gosu-arm64 /usr/sbin/gosu RUN chmod +x /usr/sbin/gosu \ - && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat tzdata go=1.10.1-r0 + && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh shadow socat tzdata go=1.10.1-r0