Include OpenSSH in the Docker image to support SFTP protocol

This commit is contained in:
ngosang 2023-03-31 15:30:55 +02:00
parent 6ebd2b7dfc
commit c80b74c1ec

View file

@ -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 /