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.
parent
dc2b52705c
commit
29a935c490
|
@ -12,6 +12,7 @@ spec:
|
|||
securityContext:
|
||||
capabilities:
|
||||
add:
|
||||
- CAP_CHROOT
|
||||
- CAP_SETFCAP
|
||||
volumeMounts:
|
||||
- mountPath: /build
|
||||
|
|
Loading…
Reference in New Issue