|
@@ -19,7 +19,7 @@ RUN [ "cross-build-start" ]
|
|
# Install system utils & Gogs runtime dependencies
|
|
# Install system utils & Gogs runtime dependencies
|
|
ADD https://github.com/tianon/gosu/releases/download/1.10/gosu-arm64 /usr/sbin/gosu
|
|
ADD https://github.com/tianon/gosu/releases/download/1.10/gosu-arm64 /usr/sbin/gosu
|
|
RUN chmod +x /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
|
|
|
|
|
|
|
|
|
|
|
|
|