diff --git a/Dockerfile b/Dockerfile index 56eb7bd..4c380e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup -RUN apk add bash coreutils xxd restic util-linux openssh +RUN apk add bash coreutils xxd restic util-linux openssh rclone WORKDIR /code COPY ./backup.sh .