Browse Source

Update Dockerfile

update to bookworm
pull/996/head
Alex 2 years ago
committed by GitHub
parent
commit
b6de5b9beb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/rpi/Dockerfile

5
tools/rpi/Dockerfile

@ -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…
Cancel
Save