diff --git a/Dockerfile b/Dockerfile index 846229f..6f2fe57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM alpine RUN apk fix && \ apk --no-cache --update add git git-lfs gpg less openssh patch && \ - git lfs install + git lfs install && \ + adduser -D -s /bin/sh -g git-user git-user VOLUME /git WORKDIR /git