added timezone and fixed default tcp proxy

This commit is contained in:
2025-05-31 16:12:44 +00:00
parent cb93a39cc6
commit f81b07f528
5 changed files with 11 additions and 4 deletions

View File

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