Skip to content

Commit

Permalink
Merge branch 'main' into dwd-mqtt
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Nov 4, 2024
2 parents e3be758 + 007516e commit a591339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ USER weewx

RUN python3 -m venv ${WEEWX_HOME}/weewx-venv &&\
. ${WEEWX_HOME}/weewx-venv/bin/activate &&\
python3 -m pip install --no-cache-dir paho-mqtt==1.6.1 weewx==${WEEWX_VERSION}
python3 -m pip install --no-cache-dir paho-mqtt==1.6.1 weewx==${WEEWX_VERSION} six==1.16.0

RUN . ${WEEWX_HOME}/weewx-venv/bin/activate &&\
weectl station create "${WEEWX_HOME}" --no-prompt \
Expand Down

0 comments on commit a591339

Please sign in to comment.