fix: Remove /usr/etc in cleanup since it's not used by bootc

This commit is contained in:
Gerald Pinder 2025-05-31 17:03:11 -04:00
parent 1a4278415d
commit cfc2806715

View file

@ -2,7 +2,7 @@
set -euo pipefail
rm -rf /tmp/* /var/*
rm -rf /tmp/* /var/* /usr/etc
if command -v bootc > /dev/null; then
bootc container lint