Containerfile aktualisiert

This commit is contained in:
2026-07-12 15:01:23 +00:00
parent c699f33fe9
commit a1a6f84db3
+5 -5
View File
@@ -52,11 +52,11 @@ RUN --mount=type=bind,from=ctx,source=/build/20-multimedia.sh,target=/tmp/20-mul
bash /tmp/20-multimedia.sh bash /tmp/20-multimedia.sh
# LAYER 3: Virtualisierung & Tools (Großer Download - stark gecacht) # 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 \ 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/cache \
# --mount=type=cache,dst=/var/log \ --mount=type=cache,dst=/var/log \
# --mount=type=tmpfs,dst=/tmp \ --mount=type=tmpfs,dst=/tmp \
# bash /tmp/30-virt.sh bash /tmp/30-virt.sh
# LAYER 4: Unerwünschte Pakete entfernen (Bereinigungsschicht) # 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 \ RUN --mount=type=bind,from=ctx,source=/build/40-remove-packages.sh,target=/tmp/40-remove-packages.sh \