diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 5d7e2cd..8acb091 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -2,8 +2,8 @@ set -euo pipefail -rm -rf /tmp/* /var/* /usr/etc +rm -rf /tmp/* /var/* -if command -v bootc > /dev/null; then - bootc container lint -fi +# if command -v bootc > /dev/null; then +# bootc container lint +# fi