From ff4fd12f12f2405a2f4297e68a9b4bb4f690b790 Mon Sep 17 00:00:00 2001 From: humocs-man <1+humocs-man@noreply.localhost> Date: Thu, 9 Jul 2026 13:52:56 +0000 Subject: [PATCH] Containerfile aktualisiert --- Containerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 552f30b..53e2789 100644 --- a/Containerfile +++ b/Containerfile @@ -52,11 +52,11 @@ RUN --mount=type=bind,from=ctx,source=/build/20-multimedia.sh,target=/tmp/20-mul bash /tmp/20-multimedia.sh # LAYER 3: Virtualisierung & Tools (Großer Download - stark gecacht) -RUN --mount=type=bind,from=ctx,source=/build/30-virt.sh,target=/tmp/30-virt.sh \ - --mount=type=cache,dst=/var/cache \ - --mount=type=cache,dst=/var/log \ - --mount=type=tmpfs,dst=/tmp \ - bash /tmp/30-virt.sh +#RUN --mount=type=bind,from=ctx,source=/build/30-virt.sh,target=/tmp/30-virt.sh \ + # --mount=type=cache,dst=/var/cache \ + # --mount=type=cache,dst=/var/log \ + # --mount=type=tmpfs,dst=/tmp \ + # bash /tmp/30-virt.sh # LAYER 4: Unerwünschte Pakete entfernen (Bereinigungsschicht) RUN --mount=type=bind,from=ctx,source=/build/40-remove-packages.sh,target=/tmp/40-remove-packages.sh \