bookworm
Build and Push Docker Images / build-and-push (push) Successful in 3m29s

This commit is contained in:
2026-03-27 10:01:16 +01:00
parent c1ba93c01f
commit 1c3545b377
+1 -5
View File
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim-bookworm
# Install required system dependencies
RUN apt-get update && apt-get install -y \
@@ -6,10 +6,6 @@ RUN apt-get update && apt-get install -y \
gnupg2 \
procps \
sqlite3 \
fonts-ipafont-gothic \
fonts-wqy-zenhei \
fonts-thai-tlwg \
fonts-freefont-ttf \
libxss1 \
xvfb \
--no-install-recommends \