Docker: Fix missing libressl library.

pull/1567/merge
Roger A. Light 5 years ago
parent ac3b30ca4f
commit 6407abf717

@ -78,7 +78,9 @@ RUN set -x && \
install -m644 /build/mosq/mosquitto.conf /mosquitto/config/mosquitto.conf && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates libuuid && \
ca-certificates \
libressl \
libuuid && \
apk del build-deps && \
rm -rf /build

@ -79,7 +79,8 @@ RUN set -x && \
install -m644 /build/mosq/mosquitto.conf /mosquitto/config/mosquitto.conf && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
ca-certificates && \
ca-certificates \
libressl && \
apk del build-deps && \
rm -rf /build

Loading…
Cancel
Save