Remove weewx-interceptor
This commit is contained in:
parent
6803ab8e05
commit
ad606d4ec5
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ 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 &&\
|
||||
|
@ -45,7 +44,6 @@ RUN chown -R weewx:weewx ${WEEWX_HOME}
|
|||
WORKDIR ${WEEWX_HOME}
|
||||
RUN mkdir ${WEEWX_HOME}/user &&\
|
||||
chown weewx:weewx ${WEEWX_HOME}/user &&\
|
||||
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 &&\
|
||||
|
|
Reference in a new issue