Skip to content

Commit

Permalink
Merge branch 'isarrider-patch-1' into development03
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Mar 23, 2023
2 parents ce5c618 + 7d2efd7 commit 53d02df
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/rpi/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53d02df

Please sign in to comment.