docker: +mosquitto-clients в runtime image
Нужен для loop-publisher.sh wrapper в cctv stack — heartbeat и alert MQTT publish. 4.5 MB добавил, runtime image теперь ~590 MB. Без него wrapper silent fail на mqtt_alert/mqtt_state (но retry-loop работает). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -43,6 +43,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libavcodec58 libavformat58 libavutil56 \
|
||||
ca-certificates \
|
||||
mosquitto-clients \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# libcuframes.so → /usr/local/lib (стандартный путь для ldconfig)
|
||||
|
||||
Reference in New Issue
Block a user