github.com/mckael/restic@v0.8.3/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"]