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