Update Dockerfile

added Influx Client Pip
This commit is contained in:
Alex 2023-03-23 14:06:25 +01:00 committed by GitHub
parent 0526a5191a
commit 7d2efd7943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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