Loading crond/Dockerfile +2 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,8 @@ # use the full path to supercronic. FROM docker.io/alpine:3.22 # hadolint ignore=DL3018 RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \ apk add --update --no-cache \ supercronic@community \ RUN apk add --update --no-cache \ supercronic \ && \ touch /crontab WORKDIR /tmp Loading Loading
crond/Dockerfile +2 −3 Original line number Diff line number Diff line Loading @@ -2,9 +2,8 @@ # use the full path to supercronic. FROM docker.io/alpine:3.22 # hadolint ignore=DL3018 RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories && \ apk add --update --no-cache \ supercronic@community \ RUN apk add --update --no-cache \ supercronic \ && \ touch /crontab WORKDIR /tmp Loading