add tzdata

addresses https://github.com/owntracks/docker-recorder/issues/75
This commit is contained in:
Jan-Piet Mens
2024-02-06 14:38:24 +01:00
parent cf3818bd9c
commit cab4b97726
+4 -1
View File
@@ -41,7 +41,10 @@ RUN apk add --no-cache \
lmdb \
libsodium \
lua5.2 \
util-linux
util-linux \
tzdata
ENV TZ="UTC"
COPY recorder.conf /config/recorder.conf
COPY JSON.lua /config/JSON.lua