Archived
1
0
Fork 0

MQTTSubscribe driver

This commit is contained in:
Daniel Kempkens 2022-07-21 22:10:09 +02:00
parent 5fa3d8bff8
commit 1802fee053

View file

@ -44,7 +44,7 @@ RUN tar --extract --gunzip --directory ${WEEWX_HOME} --strip-components=1 --file
RUN chown -R weewx:weewx ${WEEWX_HOME}
WORKDIR ${WEEWX_HOME}
RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
bin/wee_extension --install /tmp/weewx-MQTTSubscribe.zip &&\
MQTTSubscribe_install_type=DRIVER bin/wee_extension --install /tmp/weewx-MQTTSubscribe.zip &&\
bin/wee_extension --install /tmp/weewx-forecast.zip &&\
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
bin/wee_extension --install /tmp/weewx-wdc &&\
@ -52,6 +52,9 @@ RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
COPY entrypoint.sh ./
COPY --chown=weewx:weewx user/ ./bin/user/
RUN "echo 'Default Configuration:'" &&\
cat ${WEEWX_HOME}/weewx.conf
FROM python:3.10.5-slim-bullseye as final
ARG WEEWX_UID=421