Containerfile aktualisiert
This commit is contained in:
+5
-5
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user