diff --git a/docker/Dockerfile b/docker/Dockerfile index f1f3f7b1..78e67668 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ RUN mkdir -p /opt/meshcentral/meshcentral WORKDIR /opt/meshcentral RUN apk update \ - && apk add --no-cache --update nodejs npm bash \ + && apk add --no-cache --update tzdata nodejs npm bash \ && rm -rf /var/cache/apk/* RUN npm install -g npm@latest