Commit 3bbbfd47 authored by nimrod's avatar nimrod
Browse files

Cron: Add GNU find.

So that find has the -atime test.
parent 990fee6c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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