fix: Remove /usr/etc in cleanup since it's not used by bootc
This commit is contained in:
parent
1a4278415d
commit
cfc2806715
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue