Browse Source
Update Dockerfile
added Influx Client Pip
pull/792/head
Alex
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
tools/rpi/Dockerfile
|
@ -7,8 +7,8 @@ FROM python:slim-bullseye |
|
|
COPY . /hoymiles |
|
|
COPY . /hoymiles |
|
|
WORKDIR /hoymiles |
|
|
WORKDIR /hoymiles |
|
|
|
|
|
|
|
|
RUN python3 -m pip install pyrf24 |
|
|
RUN python3 -m pip install pyrf24 influxdb_client && \ |
|
|
RUN python3 -m pip list #watch for RF24 module - if its there its installed |
|
|
python3 -m pip list #watch for RF24 module - if its there its installed |
|
|
|
|
|
|
|
|
RUN pip install crcmod pyyaml paho-mqtt SunTimes |
|
|
RUN pip install crcmod pyyaml paho-mqtt SunTimes |
|
|
|
|
|
|
|
|