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 \