Commit 0664d38d authored by nimrod's avatar nimrod
Browse files

crond: Use the release repository.

parent 542b8277
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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