Skip to content
Snippets Groups Projects
Commit 76a8f40b authored by nimrod's avatar nimrod
Browse files

Fix crond container build.

Root privileges are needed for installaing packages.
parent 3acba5f1
No related branches found
No related tags found
No related merge requests found
Pipeline #894 passed
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM registry.shore.co.il/cron FROM registry.shore.co.il/cron
# hadolint ignore=DL3002
USER root
# hadolint ignore=DL3018 # hadolint ignore=DL3018
RUN apk add --no-cache --update docker-cli RUN apk add --no-cache --update docker-cli
COPY --chown=root:root crontab /crontab COPY --chown=root:root crontab /crontab
# hadolint ignore=DL3002
USER root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment