aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-backup
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 14:39:29 +0800
committercrupest <crupest@outlook.com>2022-11-23 14:39:29 +0800
commit7940cef68cf575c3dfb93cde67c6fc472aff7444 (patch)
tree2e51f97f9028eae2bcc066996289718004e25e19 /docker/auto-backup
parent3906b9f4a0063ff7b0d421526bec5e01cf0f4193 (diff)
downloadcrupest-7940cef68cf575c3dfb93cde67c6fc472aff7444.tar.gz
crupest-7940cef68cf575c3dfb93cde67c6fc472aff7444.tar.bz2
crupest-7940cef68cf575c3dfb93cde67c6fc472aff7444.zip
Install bash and coreutils for auto-backup.
Diffstat (limited to 'docker/auto-backup')
-rw-r--r--docker/auto-backup/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/auto-backup/Dockerfile b/docker/auto-backup/Dockerfile
index 950c54f..285fc77 100644
--- a/docker/auto-backup/Dockerfile
+++ b/docker/auto-backup/Dockerfile
@@ -1,4 +1,5 @@
FROM rclone/rclone:latest
+RUN apk add --no-cache coreutils bash
ARG CRUPEST_AUTO_BACKUP_BUCKET_NAME
ARG CRUPEST_AUTO_BACKUP_INIT_DELAY=0
ARG CRUPEST_AUTO_BACKUP_INTERVAL=1d