Updated restic-auto with the docker command

This commit is contained in:
2021-02-20 15:37:06 +01:00
parent 523c8937e9
commit 99b37ea880
2 changed files with 22 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ FROM alpine:latest
COPY --from=builder restic /usr/bin/
RUN apk add --no-cache bash curl jq openssh-client dcron tzdata
RUN apk add --no-cache bash curl jq openssh-client dcron tzdata docker
COPY restic-auto docker-entrypoint.sh docker-command.sh /usr/local/bin/