MQTTSubscribe driver
This commit is contained in:
parent
5fa3d8bff8
commit
1802fee053
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@ RUN tar --extract --gunzip --directory ${WEEWX_HOME} --strip-components=1 --file
|
||||||
RUN chown -R weewx:weewx ${WEEWX_HOME}
|
RUN chown -R weewx:weewx ${WEEWX_HOME}
|
||||||
WORKDIR ${WEEWX_HOME}
|
WORKDIR ${WEEWX_HOME}
|
||||||
RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
|
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-forecast.zip &&\
|
||||||
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
|
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
|
||||||
bin/wee_extension --install /tmp/weewx-wdc &&\
|
bin/wee_extension --install /tmp/weewx-wdc &&\
|
||||||
|
@ -52,6 +52,9 @@ RUN bin/wee_extension --install /tmp/weewx-interceptor.zip &&\
|
||||||
COPY entrypoint.sh ./
|
COPY entrypoint.sh ./
|
||||||
COPY --chown=weewx:weewx user/ ./bin/user/
|
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
|
FROM python:3.10.5-slim-bullseye as final
|
||||||
|
|
||||||
ARG WEEWX_UID=421
|
ARG WEEWX_UID=421
|
||||||
|
|
Reference in a new issue