ci: Add CAP_CHROOT to build container

This is needed in order to run `passwd -R` to clear the root password
in the target filesystem.
Dustin 2024-12-29 20:25:49 -06:00
parent dc2b52705c
commit 29a935c490
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ spec:
securityContext:
capabilities:
add:
- CAP_CHROOT
- CAP_SETFCAP
volumeMounts:
- mountPath: /build