File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ ARG GOSU_VERSION=1.14
77
88SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
99RUN apk add --no-cache curl shadow && \
10- useradd -u 1000 -U -d /app -s /bin/false outblocks && \
10+ useradd -u 1000 -U -d /home/outblocks -s /bin/false outblocks && \
11+ mkdir /app && chown outblocks:outblocks /app && \
1112 curl -sL https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64 -o /usr/local/bin/gosu && chmod +x /usr/local/bin/gosu && \
1213 curl -sL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz | tar -xz --strip-components 1 --directory /usr/local/bin && \
1314 curl -sL https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux -o /usr/local/bin/sops && chmod a+x /usr/local/bin/sops && \
You can’t perform that action at this time.
0 commit comments