aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-backup/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 14:48:42 +0800
committercrupest <crupest@outlook.com>2022-11-23 14:48:42 +0800
commit6b3ab4943b8edb68aa44f7cbb9ad3ab22e7f4a00 (patch)
tree2a255dfd20e94dce35bdf199329ed2d85df124eb /docker/auto-backup/Dockerfile
parent3be0972fbdffdd280f17a6b70cbdb71ccd8f347c (diff)
downloadcrupest-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/Dockerfile4
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