mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 17:56:11 +02:00
Merge branch 'isarrider-patch-1' into development03
This commit is contained in:
commit
53d02df854
1 changed files with 15 additions and 0 deletions
15
tools/rpi/Dockerfile
Normal file
15
tools/rpi/Dockerfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
############################
|
||||
# build executable binary
|
||||
############################
|
||||
|
||||
FROM python:slim-bullseye
|
||||
|
||||
COPY . /hoymiles
|
||||
WORKDIR /hoymiles
|
||||
|
||||
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
|
||||
|
||||
CMD python3 -um hoymiles --log-transactions --verbose --config /etc/ahoy.yml
|
Loading…
Add table
Add a link
Reference in a new issue