mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-08-26 10:37:17 +00:00
add tzdata
addresses https://github.com/owntracks/docker-recorder/issues/75
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user