mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 06:07:44 +00:00
Add ssh binary to docker image to allow sftp repository
This commit is contained in:
parent
7236635cc1
commit
92ecca1808
@ -2,6 +2,6 @@ FROM alpine:latest
|
|||||||
|
|
||||||
COPY restic /usr/bin
|
COPY restic /usr/bin
|
||||||
|
|
||||||
RUN apk add --update --no-cache ca-certificates fuse
|
RUN apk add --update --no-cache ca-certificates fuse openssh-client
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/restic"]
|
ENTRYPOINT ["/usr/bin/restic"]
|
||||||
|
Loading…
Reference in New Issue
Block a user