mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
add python to docker image for syslogtcp #5546
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
c248eada46
commit
275119fc7d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ RUN mkdir -p /opt/meshcentral/meshcentral
|
||||||
WORKDIR /opt/meshcentral
|
WORKDIR /opt/meshcentral
|
||||||
|
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add --no-cache --update tzdata nodejs npm bash \
|
&& apk add --no-cache --update tzdata nodejs npm bash python3 make gcc g++ \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
RUN npm install -g npm@latest
|
RUN npm install -g npm@latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue