mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Ubuntu docker build needs wget
This commit is contained in:
parent
088eeb0dce
commit
188d954b7a
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue