From 12f1fd4b8df662aff1f8330753a2a8144173a07a Mon Sep 17 00:00:00 2001 From: Miika Kankare Date: Sat, 12 Feb 2022 15:03:23 +0200 Subject: [PATCH] Add rclone to container image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .