1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-25 00:37:47 +02:00

Merge pull request #1394 from pi-hole/v6/tzdata

Add tzdata package so that users can define their own timezone at runtime
This commit is contained in:
Adam Warner 2023-07-24 12:39:46 +01:00 committed by GitHub
commit a317129a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ RUN apk add --no-cache \
coreutils \
procps \
ncurses \
binutils
binutils \
tzdata
ADD https://ftl.pi-hole.net/macvendor.db /macvendor.db
COPY crontab.txt /crontab.txt