From 3600a3b56a64a180f08a36a00410b3c17b1ce34e Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:14:28 +0200 Subject: [PATCH] Fix script path in Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 045cbcc..62355f9 100644 --- a/Containerfile +++ b/Containerfile @@ -84,7 +84,7 @@ 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/50-remove packages and enable Services.sh + /ctx/build/50-remove-packages-and-enable-Services.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.