2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00
restic/docker/Dockerfile
2020-11-27 08:05:19 +01:00

8 lines
149 B
Docker

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