Include OpenSSH in the Docker image to support SFTP protocol
This commit is contained in:
parent
6ebd2b7dfc
commit
c80b74c1ec
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN cd /tmp \
|
||||||
|
|
||||||
FROM python:3.11-alpine3.17
|
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 --from=builder /tmp/restic /usr/bin
|
||||||
COPY entrypoint.sh requirements.txt /
|
COPY entrypoint.sh requirements.txt /
|
||||||
|
|
Loading…
Reference in a new issue