mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-15 08:36:05 -04: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
|
WORKDIR /opt/meshcentral
|
||||||
|
|
||||||
RUN apk update \
|
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/*
|
&& rm -rf /var/cache/apk/*
|
||||||
RUN npm install -g npm@latest
|
RUN npm install -g npm@latest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user