adds timezone setup support
All checks were successful
ci / docker (pull_request) Successful in 42s

This commit is contained in:
OCram85 2023-07-14 08:34:09 +02:00
parent fde7eee1ec
commit 401e41b3d3

View File

@ -29,11 +29,12 @@ ENV LOGLEVEL "Info"
ENV MAXCLIENTS "600"
ENV FILTER_FILE "/app/filter"
ENV TZ "Europe/Berlin"
# get existing packages
# curl for healthchecks and debugging
RUN apk add --no-cache \
tinyproxy curl
tinyproxy curl tzdata
COPY entrypoint.sh /app/entrypoint.sh