mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-27 11:57:45 +03:00
Merge pull request #4348 from si458/patch-1
add timezone support to docker
This commit is contained in:
commit
b0fc3b770b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user