# hadolint ignore=DL3006
FROM registry.shore.co.il/cron
# hadolint ignore=DL3018
RUN apk add --no-cache --update docker-cli
COPY --chown=root:root crontab /crontab
# hadolint ignore=DL3002
USER root
