From cab4b97726d2c8d8bd0df2c57c89060c9cb82077 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 6 Feb 2024 14:38:24 +0100 Subject: [PATCH] add tzdata addresses https://github.com/owntracks/docker-recorder/issues/75 --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb5b9b1..b8c5af8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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