From c80b74c1ece917e4531721ee9df77f0f21d6f721 Mon Sep 17 00:00:00 2001 From: ngosang Date: Fri, 31 Mar 2023 15:30:55 +0200 Subject: [PATCH] Include OpenSSH in the Docker image to support SFTP protocol --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab8dedc..862be99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN cd /tmp \ FROM python:3.11-alpine3.17 -RUN apk add --no-cache --update tzdata +RUN apk add --no-cache --update openssh tzdata COPY --from=builder /tmp/restic /usr/bin COPY entrypoint.sh requirements.txt /