From 3bbbfd47dfdb08ca24011a93fadc811c727f56de Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sun, 1 May 2022 06:17:31 +0300 Subject: [PATCH] Cron: Add GNU find. So that find has the -atime test. --- crond/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crond/Dockerfile b/crond/Dockerfile index cd4ab6c..49ddeba 100644 --- a/crond/Dockerfile +++ b/crond/Dockerfile @@ -3,5 +3,9 @@ FROM registry.shore.co.il/cron as supersonic # hadolint ignore=DL3002 USER root # hadolint ignore=DL3018 -RUN apk add --update --no-cache docker-cli zstd +RUN apk add --update --no-cache \ + docker-cli \ + findutils \ + zstd \ + ; VOLUME /var/backups -- GitLab