add python to docker image for syslogtcp #5546

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith 2024-01-10 12:22:22 +00:00
parent c248eada46
commit 275119fc7d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RUN mkdir -p /opt/meshcentral/meshcentral
WORKDIR /opt/meshcentral
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/*
RUN npm install -g npm@latest