Skip to content

Commit 4f4906b

Browse files
committed
alpha: add git to dockerfile
1 parent 7b0b40e commit 4f4906b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG SOPS_VERSION=3.7.2
66
ARG GOSU_VERSION=1.14
77

88
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
9-
RUN apk add --no-cache curl shadow && \
9+
RUN apk add --no-cache curl shadow git && \
1010
adduser -u 1000 -D -h /home/outblocks -s /bin/false outblocks && \
1111
mkdir /app && chown outblocks:outblocks /app && \
1212
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

Comments
 (0)