From eb80ddb001c0c4959226019b1de3ef18320df212 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 25 Mar 2023 21:28:22 +0100 Subject: [PATCH] Use weewx-wdc PR --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59eb256..64084fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}" &&\