Update Dockerfile

This commit is contained in:
Jay Gabriels
2024-05-04 10:12:22 -07:00
parent 7218d14619
commit c66a7af693

View File

@@ -28,7 +28,7 @@ ENV GHORG_CONFIG=/config/conf.yaml
ENV GHORG_RECLONE_PATH=/config/reclone.yaml
ENV GHORG_ABSOLUTE_PATH_TO_CLONE_TO=/data
RUN apk add -U --no-cache ca-certificates tzdata git \
RUN apk add -U --no-cache ca-certificates openssh-client tzdata git \
&& mkdir -p /data $XDG_CONFIG_HOME \
&& addgroup --gid $GID $GROUP \
&& adduser -D -H --gecos "" \