mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
Update Dockerfile
update to bookworm
This commit is contained in:
parent
dbb352801e
commit
b6de5b9beb
1 changed files with 4 additions and 1 deletions
|
@ -2,11 +2,14 @@
|
|||
# build executable binary
|
||||
############################
|
||||
|
||||
FROM python:slim-bullseye
|
||||
FROM python:slim-bookworm
|
||||
|
||||
COPY . /hoymiles
|
||||
WORKDIR /hoymiles
|
||||
|
||||
# RUN apt-get update \
|
||||
# && groupadd spi
|
||||
|
||||
RUN python3 -m pip install pyrf24 influxdb_client && \
|
||||
python3 -m pip list #watch for RF24 module - if its there its installed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue