mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
Ubuntu docker build needs wget
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user