generated from Templates/Baseline
Compare commits
2 Commits
6e0760be92
...
77908d1ae7
Author | SHA1 | Date | |
---|---|---|---|
77908d1ae7 | |||
9b7e2151ec |
@ -29,11 +29,12 @@ ENV LOGLEVEL "Info"
|
|||||||
ENV MAXCLIENTS "600"
|
ENV MAXCLIENTS "600"
|
||||||
ENV FILTER_FILE "/app/filter"
|
ENV FILTER_FILE "/app/filter"
|
||||||
|
|
||||||
|
ENV TZ "Europe/Berlin"
|
||||||
|
|
||||||
# get existing packages
|
# get existing packages
|
||||||
# curl for healthchecks and debugging
|
# curl for healthchecks and debugging
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
tinyproxy curl
|
tinyproxy curl tzdata
|
||||||
|
|
||||||
COPY entrypoint.sh /app/entrypoint.sh
|
COPY entrypoint.sh /app/entrypoint.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user