fix: add wget to docker image (#7782)
DaanSelen committed
May 16, 2026 at 10:25 UTC
f7222eab945d50af611280baed317eba5c169a82
1 file changed
+1
-1
docker/Dockerfile-debian
+1
-1
@@ -168,7 +168,7 @@ WORKDIR /opt/meshcentral
168
RUN apt-get update && \
169
echo -e "----------\nINSTALLING DEBIAN PACKAGES...\n----------"; \
170
apt-get install -y --no-install-recommends --no-install-suggests \
171
- bash ca-certificates curl jq nodejs npm tzdata && \
171
+ bash ca-certificates curl jq nodejs npm tzdata wget && \
172
npm install -g npm@latest && \
173
rm -rfv \
174
/var/cache/* \