From db4dc53d5a3da46b8985561c5cf86b7d750b56f0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 12 May 2026 12:18:55 +0200 Subject: [PATCH] Rearrange linting and cleanup commands Reorder commands to clean up before linting. --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 39647f4..0685634 100644 --- a/Containerfile +++ b/Containerfile @@ -65,7 +65,7 @@ COPY scripts/notify-bootc-user.sh /usr/bin/ ############################################################################### # LINTING ############################################################################### -RUN bootc container lint \ -&& rm -rf /tmp/build /root/.cache/dnf/* # Aufräumen nach Build +RUN rm -rf /tmp/build /root/.cache/dnf/* && \ + bootc container lint