generated from Templates/Baseline
#### 📖 Summary - adds tzdate packaqge - add TZ env #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Reviewed-on: #14
This commit is contained in:
parent
fde7eee1ec
commit
9b7e2151ec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user