2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 14:40:49 +00:00
restic/docker/Dockerfile
2017-06-23 10:38:19 +02:00

8 lines
124 B
Docker

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