1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-22 07:18:37 +00:00
restic/docker/Dockerfile
2018-10-03 21:33:13 +02:00

7 lines
127 B
Docker

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