diff --git a/tools/rpi/Dockerfile b/tools/rpi/Dockerfile index 8fa89661..1a62b01b 100644 --- a/tools/rpi/Dockerfile +++ b/tools/rpi/Dockerfile @@ -7,8 +7,8 @@ FROM python:slim-bullseye COPY . /hoymiles WORKDIR /hoymiles -RUN python3 -m pip install pyrf24 -RUN python3 -m pip list #watch for RF24 module - if its there its installed +RUN python3 -m pip install pyrf24 influxdb_client && \ +python3 -m pip list #watch for RF24 module - if its there its installed RUN pip install crcmod pyyaml paho-mqtt SunTimes