Skip to content

Commit

Permalink
Merge pull request #27 from quulah/patch-1
Browse files Browse the repository at this point in the history
Add rclone to container image
  • Loading branch information
nicolaschan authored Sep 11, 2024
2 parents 2428e9e + 12f1fd4 commit 4a4c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 4a4c09e

Please sign in to comment.