Loading crond/Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
crond/Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -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