Docker: T861: move to bookworm-slim distribution

This commit is contained in:
Christian Breunig 2025-03-16 20:06:53 +01:00
parent 2283f97b36
commit ccaec002d6

View File

@ -18,7 +18,7 @@
# This Dockerfile is installable on both x86, x86-64, armhf and arm64 systems # This Dockerfile is installable on both x86, x86-64, armhf and arm64 systems
ARG ARCH= ARG ARCH=
FROM ${ARCH}debian:bookworm FROM ${ARCH}debian:bookworm-slim
RUN grep "VERSION_ID" /etc/os-release || (echo 'VERSION_ID="12"' >> /etc/os-release) RUN grep "VERSION_ID" /etc/os-release || (echo 'VERSION_ID="12"' >> /etc/os-release)