Add WeeWX-MQTTSubscribe
This commit is contained in:
parent
fab2394b71
commit
5fa3d8bff8
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ RUN pip install --no-cache-dir --requirement requirements.txt
|
|||
# Download weewx and plugins
|
||||
RUN wget -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/${ARCHIVE}" &&\
|
||||
wget -O weewx-interceptor.zip https://github.com/nifoc/weewx-interceptor/archive/refs/heads/feature/ecowitt-fields.zip &&\
|
||||
wget -O weewx-MQTTSubscribe.zip https://github.com/bellrichm/WeeWX-MQTTSubscribe/archive/master.zip &&\
|
||||
wget -O weewx-forecast.zip https://github.com/chaunceygardiner/weewx-forecast/archive/master.zip &&\
|
||||
wget -O weewx-GTS.zip https://github.com/roe-dl/weewx-GTS/archive/master.zip &&\
|
||||
wget -O weewx-wdc.zip https://github.com/Daveiano/weewx-wdc/releases/download/${WEEWX_WDC_VERSION}/weewx-wdc-${WEEWX_WDC_VERSION}.zip
|
||||
|
@ -43,6 +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 &&\
|
||||
bin/wee_extension --install /tmp/weewx-forecast.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-wdc &&\
|
||||
|
|
Reference in a new issue