mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 02:06:21 +02:00
Update Dockerfile
added Influx Client Pip
This commit is contained in:
parent
0526a5191a
commit
7d2efd7943
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue