From 91a9b13f8a949cc62e627bfa4011f3039ad3a60e Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 10 May 2026 19:24:36 +0200 Subject: [PATCH] Enhance linting step with cleanup command Clean up temporary files after linting. --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ea0db25..39647f4 100644 --- a/Containerfile +++ b/Containerfile @@ -65,6 +65,7 @@ COPY scripts/notify-bootc-user.sh /usr/bin/ ############################################################################### # LINTING ############################################################################### -RUN bootc container lint +RUN bootc container lint \ +&& rm -rf /tmp/build /root/.cache/dnf/* # Aufräumen nach Build