Fixed cron issues with cronie

This commit is contained in:
2025-05-31 17:02:27 +00:00
parent d01fbeb68a
commit 3d465082a5
5 changed files with 8 additions and 16 deletions

View File

@ -1,10 +1,10 @@
FROM alpine:latest
RUN apk add --no-cache curl bash dcron tzdata
RUN apk add --no-cache curl bash busybox tzdata
COPY update-blocklist.sh /usr/local/bin/update-blocklist.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /usr/local/bin/update-blocklist.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]