2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/docker/Dockerfile

8 lines
149 B
Docker
Raw Permalink Normal View History

FROM alpine:latest
2017-06-23 08:26:51 +00:00
COPY restic /usr/bin
2020-11-27 07:05:19 +00:00
RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata
2017-06-23 08:38:19 +00:00
2017-06-23 08:26:51 +00:00
ENTRYPOINT ["/usr/bin/restic"]