Skip to content
Snippets Groups Projects
Commit 3bbbfd47 authored by nimrod's avatar nimrod
Browse files

Cron: Add GNU find.

So that find has the -atime test.
parent 990fee6c
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,9 @@ FROM registry.shore.co.il/cron as supersonic ...@@ -3,5 +3,9 @@ FROM registry.shore.co.il/cron as supersonic
# hadolint ignore=DL3002 # hadolint ignore=DL3002
USER root USER root
# hadolint ignore=DL3018 # 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 VOLUME /var/backups
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment