Merge pull request #27 from quulah/patch-1

Add rclone to container image
This commit is contained in:
Nicolas Chan 2024-09-11 01:16:41 -07:00 committed by GitHub
commit 4a4c09e293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ FROM alpine
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup 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 WORKDIR /code
COPY ./backup.sh . COPY ./backup.sh .