diff --git a/docker/Dockerfile b/docker/Dockerfile index 45131d1..c2e80ea 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,6 +8,10 @@ VOLUME /config # Create Working Directory WORKDIR /app +##add timezone-support +RUN apk add --no-cache tzdata +ENV TZ=Europe/London + # Install enoceanmqtt and requirements RUN apk add --no-cache git && \ python3 -m pip install --upgrade pip && \