diff options
author | crupest <crupest@outlook.com> | 2022-11-23 14:48:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 14:48:42 +0800 |
commit | 6b3ab4943b8edb68aa44f7cbb9ad3ab22e7f4a00 (patch) | |
tree | 2a255dfd20e94dce35bdf199329ed2d85df124eb /docker/auto-backup/Dockerfile | |
parent | 3be0972fbdffdd280f17a6b70cbdb71ccd8f347c (diff) | |
download | crupest-6b3ab4943b8edb68aa44f7cbb9ad3ab22e7f4a00.tar.gz crupest-6b3ab4943b8edb68aa44f7cbb9ad3ab22e7f4a00.tar.bz2 crupest-6b3ab4943b8edb68aa44f7cbb9ad3ab22e7f4a00.zip |
Make auto-backup show dest.
Diffstat (limited to 'docker/auto-backup/Dockerfile')
-rw-r--r-- | docker/auto-backup/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/auto-backup/Dockerfile b/docker/auto-backup/Dockerfile index 4b00281..a826f4a 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 tar xz +FROM alpine:latest +RUN apk add --no-cache coreutils bash tar xz rclone ARG CRUPEST_AUTO_BACKUP_BUCKET_NAME ARG CRUPEST_AUTO_BACKUP_INIT_DELAY=0 ARG CRUPEST_AUTO_BACKUP_INTERVAL=1d |