Enhance linting step with cleanup command
Clean up temporary files after linting.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user