summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
blob: 60890891aa61feb1bce2e99128ffdf2f1d78c563 (plain)
1
2
3
4
5
6
7
FROM alpine:latest

COPY restic /usr/bin

RUN apk add --update --no-cache ca-certificates fuse openssh-client

ENTRYPOINT ["/usr/bin/restic"]