restic/docker/Dockerfile

8 lines
124 B
Docker
Raw Normal View History

2017-06-23 04:26:51 -04:00
FROM alpine:3.6
COPY restic /usr/bin
2017-06-23 04:38:19 -04:00
RUN apk add --update --no-cache ca-certificates fuse
2017-06-23 04:26:51 -04:00
ENTRYPOINT ["/usr/bin/restic"]