mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-12 23:43:20 -05:00
add timezone support to docker
This commit is contained in:
parent
f6df573f54
commit
69b616bf76
@ -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