fix: remove user restriction from runner containers to allow apt-get
Remove --user 1000:1000 option to allow workflow containers to run as root. This is needed for the Docker CLI installation step which requires root permissions for apt-get commands. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
46fa658a4e
commit
e86b9fa29c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ data:
|
||||||
container:
|
container:
|
||||||
network: host
|
network: host
|
||||||
privileged: false
|
privileged: false
|
||||||
options: --user 1000:1000
|
options:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue