Replaced busybox cron with dcron (alpine)

This commit is contained in:
2025-05-31 16:20:51 +00:00
parent f81b07f528
commit d01fbeb68a
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache curl bash busybox-cron tzdata
RUN apk add --no-cache curl bash dcron tzdata
COPY update-blocklist.sh /usr/local/bin/update-blocklist.sh
COPY entrypoint.sh /entrypoint.sh