Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrie30 committed May 4, 2024
1 parent 7218d14 commit c66a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "" \
Expand Down

0 comments on commit c66a7af

Please sign in to comment.