Remove Windy - does not POST
This commit is contained in:
parent
f9ac0e0682
commit
2e591722bd
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ RUN pip install --no-cache-dir --requirement requirements.txt
|
|||
RUN wget -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/${ARCHIVE}" &&\
|
||||
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-windy.zip https://github.com/matthewwall/weewx-windy/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
|
||||
|
||||
|
@ -47,7 +46,6 @@ RUN mkdir ${WEEWX_HOME}/user &&\
|
|||
chown weewx:weewx ${WEEWX_HOME}/user &&\
|
||||
bin/wee_extension --install /tmp/weewx-MQTTSubscribe.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-forecast.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-windy.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
|
||||
bin/wee_extension --install /tmp/weewx-wdc
|
||||
|
||||
|
|
Reference in a new issue