From 92e8d71b7454285a30ff692f2c139ef3f8301043 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 26 Apr 2026 13:29:33 +0200 Subject: [PATCH] Remove Anaconda installation step from Containerfile Removed the installation step for Anaconda in the Dockerfile. --- Containerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Containerfile b/Containerfile index bcba8cf..62355f9 100644 --- a/Containerfile +++ b/Containerfile @@ -86,12 +86,6 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ --mount=type=tmpfs,dst=/tmp \ /ctx/build/50-remove-packages-and-enable-Services.sh -RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ - --mount=type=cache,dst=/var/cache \ - --mount=type=cache,dst=/var/log \ - --mount=type=tmpfs,dst=/tmp \ - /ctx/build/60-installing-anaconda.sh - # Deklaration der Verzeichnisse für systemd-tmpfiles, um bootc-Linting-Warnungen zu vermeiden. # Dies stellt sicher, dass /var/lib/dnf und /var/lib/rpm beim Booten sauber existieren. RUN mkdir -p /etc/tmpfiles.d/ && \