From b6de5b9bebd8eb62cf54ddb23b00529ab44c067d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 17 Jun 2023 08:20:41 +0200 Subject: [PATCH] Update Dockerfile update to bookworm --- tools/rpi/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/rpi/Dockerfile b/tools/rpi/Dockerfile index 1a62b01b..31023a09 100644 --- a/tools/rpi/Dockerfile +++ b/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