Browse Source

Update Dockerfile

added Influx Client Pip
pull/792/head
Alex 2 years ago
committed by GitHub
parent
commit
7d2efd7943
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/rpi/Dockerfile

4
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

Loading…
Cancel
Save