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 | db8bc91ac16c0acd053067a2806b84c4ae5939cb (patch) | |
tree | 2a255dfd20e94dce35bdf199329ed2d85df124eb /docker/auto-backup/Dockerfile | |
parent | b89a8fa8858e00979e32eb638045103e6cd9138a (diff) | |
download | crupest-db8bc91ac16c0acd053067a2806b84c4ae5939cb.tar.gz crupest-db8bc91ac16c0acd053067a2806b84c4ae5939cb.tar.bz2 crupest-db8bc91ac16c0acd053067a2806b84c4ae5939cb.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 |