diff options
author | crupest <crupest@outlook.com> | 2022-11-23 14:40:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 14:40:32 +0800 |
commit | d382a055c5c37f37784003f0b89f6455fe1be74a (patch) | |
tree | 9efdab7f49d0c97ccd96627d2fb662329a691236 | |
parent | 7940cef68cf575c3dfb93cde67c6fc472aff7444 (diff) | |
download | crupest-d382a055c5c37f37784003f0b89f6455fe1be74a.tar.gz crupest-d382a055c5c37f37784003f0b89f6455fe1be74a.tar.bz2 crupest-d382a055c5c37f37784003f0b89f6455fe1be74a.zip |
Install xz and tar for auto-backup.
-rw-r--r-- | docker/auto-backup/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-backup/Dockerfile b/docker/auto-backup/Dockerfile index 285fc77..4b00281 100644 --- a/docker/auto-backup/Dockerfile +++ b/docker/auto-backup/Dockerfile @@ -1,5 +1,5 @@ FROM rclone/rclone:latest -RUN apk add --no-cache coreutils bash +RUN apk add --no-cache coreutils bash tar xz ARG CRUPEST_AUTO_BACKUP_BUCKET_NAME ARG CRUPEST_AUTO_BACKUP_INIT_DELAY=0 ARG CRUPEST_AUTO_BACKUP_INTERVAL=1d |