Merge pull request #4348 from si458/patch-1

add timezone support to docker
This commit is contained in:
Ylian Saint-Hilaire 2022-07-31 10:49:47 -07:00 committed by GitHub
commit b0fc3b770b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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