Fix script path in Containerfile

This commit is contained in:
humocs-man
2026-04-24 22:14:28 +02:00
committed by GitHub
parent 2561c04f4d
commit 3600a3b56a
+1 -1
View File
@@ -84,7 +84,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
--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 \
/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. # 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. # Dies stellt sicher, dass /var/lib/dnf und /var/lib/rpm beim Booten sauber existieren.