mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
parent
0a64c1de23
commit
8d0394a977
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
Build:
|
||||
- Build fixes for OpenBSD. Closes #3474.
|
||||
- Add missing libedit to docker builds. Closes #3476.
|
||||
|
||||
|
||||
2.1.1 - 2026-02-04
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ RUN set -x && \
|
|||
argon2-libs \
|
||||
ca-certificates \
|
||||
cjson \
|
||||
libedit \
|
||||
libmicrohttpd \
|
||||
sqlite-libs \
|
||||
tzdata && \
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ RUN set -x && \
|
|||
ca-certificates \
|
||||
libargon2-1 \
|
||||
libcjson1 \
|
||||
libedit2 \
|
||||
libmicrohttpd12 \
|
||||
libsqlite3-0 && \
|
||||
apt-get clean && \
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ RUN set -x && \
|
|||
argon2-libs \
|
||||
ca-certificates \
|
||||
cjson \
|
||||
libedit \
|
||||
libmicrohttpd \
|
||||
sqlite-libs \
|
||||
tzdata && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue