We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0b40e commit 4f4906bCopy full SHA for 4f4906b
dockerfiles/Dockerfile.alpine
@@ -6,7 +6,7 @@ ARG SOPS_VERSION=3.7.2
6
ARG GOSU_VERSION=1.14
7
8
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
9
-RUN apk add --no-cache curl shadow && \
+RUN apk add --no-cache curl shadow git && \
10
adduser -u 1000 -D -h /home/outblocks -s /bin/false outblocks && \
11
mkdir /app && chown outblocks:outblocks /app && \
12
curl -sL https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 -o /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && \
0 commit comments