github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/docker/Dockerfile (about) 1 FROM alpine:3.6 2 3 COPY restic /usr/bin 4 5 RUN apk add --update --no-cache ca-certificates fuse 6 7 ENTRYPOINT ["/usr/bin/restic"]