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