aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasen Furer <m_github@0x26.net>2018-11-05 13:46:53 -0800
committer无闻 <u@gogs.io>2018-11-05 16:46:53 -0500
commit3d117b89644013d7cab3ca23e227d61603afe1ca (patch)
treeb1ecc0a99425c822f0209ab8fda867211e521a76
parentf35d4164d6664f469c5a4136f1995a0bc020fe00 (diff)
Dockerfile.aarch64hub: install shadow package (#5481)
the shadow package contains the usermod(8) utility which is used by start.sh and finalize.sh to configure the git user
-rw-r--r--Dockerfile.aarch64hub2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.aarch64hub b/Dockerfile.aarch64hub
index 813822b2..fbb6e6fa 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