add python to docker image for syslogtcp #5546
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
Simon Smith committed
Jan 10, 2024 at 12:22 UTC
275119fc7dd3b2a21fad55d65dd9aec9eb2d2c06
1 file changed
+1
-1
docker/Dockerfile
+1
-1
@@ -43,7 +43,7 @@ RUN mkdir -p /opt/meshcentral/meshcentral
43
WORKDIR /opt/meshcentral
44
45
RUN apk update \
46
- && apk add --no-cache --update tzdata nodejs npm bash \
46
+ && apk add --no-cache --update tzdata nodejs npm bash python3 make gcc g++ \
47
&& rm -rf /var/cache/apk/*
48
RUN npm install -g npm@latest
49