Ubuntu docker build needs wget

This commit is contained in:
Roger A. Light
2026-01-29 21:03:55 +00:00
parent 088eeb0dce
commit 188d954b7a

View File

@@ -18,7 +18,8 @@ RUN set -x && \
libedit-dev \
libmicrohttpd-dev \
libssl-dev \
libsqlite3-dev && \
libsqlite3-dev \
wget && \
wget https://mosquitto.org/files/source/mosquitto-${VERSION}.tar.gz -O /tmp/mosq.tar.gz && \
echo "$DOWNLOAD_SHA256 /tmp/mosq.tar.gz" | sha256sum -c - && \
wget https://mosquitto.org/files/source/mosquitto-${VERSION}.tar.gz.asc -O /tmp/mosq.tar.gz.asc && \