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