Use weewx-wdc PR
This commit is contained in:
parent
a595b9852f
commit
eb80ddb001
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ RUN wget -nv -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/$
|
|||
wget -nv -O weewx-purpleair.zip https://github.com/xslima00/weewx-purpleair/archive/refs/heads/patch-1.zip &&\
|
||||
wget -nv -O weewx-aqi.zip https://github.com/jonathankoren/weewx-aqi/archive/refs/tags/v1.4.1.zip &&\
|
||||
wget -nv -O weewx-dwd.zip https://github.com/roe-dl/weewx-DWD/archive/master.zip &&\
|
||||
wget -nv -O weewx-wdc.zip https://github.com/Daveiano/weewx-wdc/releases/download/${WEEWX_WDC_VERSION}/weewx-wdc-${WEEWX_WDC_VERSION}.zip
|
||||
wget -nv -O weewx-wdc.zip https://github.com/nifoc/weewx-wdc/releases/download/untagged-7ec003aedb246e1f42fa/weewx-wdc-v3.1.0-1.zip
|
||||
#wget -nv -O weewx-wdc.zip https://github.com/Daveiano/weewx-wdc/releases/download/${WEEWX_WDC_VERSION}/weewx-wdc-${WEEWX_WDC_VERSION}.zip
|
||||
|
||||
# Extract weewx and (some) plugins
|
||||
RUN tar --extract --gunzip --directory ${WEEWX_HOME} --strip-components=1 --file "${ARCHIVE}" &&\
|
||||
|
|
Reference in a new issue