mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 18:26:21 +02:00
Merge branch 'isarrider-patch-2' into development03
This commit is contained in:
commit
0b763df0a2
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,14 @@
|
||||||
# build executable binary
|
# build executable binary
|
||||||
############################
|
############################
|
||||||
|
|
||||||
FROM python:slim-bullseye
|
FROM python:slim-bookworm
|
||||||
|
|
||||||
COPY . /hoymiles
|
COPY . /hoymiles
|
||||||
WORKDIR /hoymiles
|
WORKDIR /hoymiles
|
||||||
|
|
||||||
|
# RUN apt-get update \
|
||||||
|
# && groupadd spi
|
||||||
|
|
||||||
RUN python3 -m pip install pyrf24 influxdb_client && \
|
RUN python3 -m pip install pyrf24 influxdb_client && \
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue