From 7eaf7fdd7e1ad7f5a5941a1ebb0d4a110dfcde4b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 3 Sep 2022 17:04:03 +0200 Subject: [PATCH] Install weewx-aqi --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 396ccbe..3fd78d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN wget -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/${ARC 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-aqi.zip https://github.com/jonathankoren/weewx-aqi/archive/refs/tags/v1.4.zip &&\ wget -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 @@ -45,6 +46,7 @@ WORKDIR ${WEEWX_HOME} RUN 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-aqi.zip &&\ bin/wee_extension --install /tmp/weewx-wdc COPY entrypoint.sh ./