From a1a6f84db3a7dac16bf374c9347be4555ae49aee Mon Sep 17 00:00:00 2001 From: humocs-man <1+humocs-man@noreply.localhost> Date: Sun, 12 Jul 2026 15:01:23 +0000 Subject: [PATCH] Containerfile aktualisiert --- Containerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 28f34ac..58660e8 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 \