2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00
restic/docker/Dockerfile
2018-10-14 19:56:02 +02:00

8 lines
142 B
Docker

FROM alpine:latest
COPY restic /usr/bin
RUN apk add --update --no-cache ca-certificates fuse openssh-client
ENTRYPOINT ["/usr/bin/restic"]