update docker files and logging for webui operation

This commit is contained in:
2025-06-19 15:55:34 +02:00
parent 497b9971ab
commit 4aa718e22b
5 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# TODO: investigate using -alpine in the future
FROM python:3.11
FROM python:3.11-bookworm
# Install system dependencies and poetry
RUN apt-get update && apt-get install -y \
iputils-ping \
iputils-ping portaudio19-dev\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*