1
0
mirror of https://github.com/restic/restic.git synced 2024-06-27 07:55:08 +02: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"]