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