Add rclone to container image
This commit is contained in:
parent
8a04318f93
commit
12f1fd4b8d
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue