1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/docker/Dockerfile
2018-10-03 21:33:13 +02:00

8 lines
127 B
Docker

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