From c66a7af69339cd9763bdd0579cc172a5979b0aa2 Mon Sep 17 00:00:00 2001 From: Jay Gabriels Date: Sat, 4 May 2024 10:12:22 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a614b6b902..669c4f5a92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 "" \