Rearrange linting and cleanup commands

Reorder commands to clean up before linting.
This commit is contained in:
humocs-man
2026-05-12 12:18:55 +02:00
committed by GitHub
parent af5274c1fe
commit db4dc53d5a
+2 -2
View File
@@ -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