Add rclone to container image

This commit is contained in:
Miika Kankare 2022-02-12 15:03:23 +02:00 committed by GitHub
parent 8a04318f93
commit 12f1fd4b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .