Enhance linting step with cleanup command

Clean up temporary files after linting.
This commit is contained in:
humocs-man
2026-05-10 19:24:36 +02:00
committed by GitHub
parent 405a271a1e
commit 91a9b13f8a
+2 -1
View File
@@ -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