Run builder as a privileged container
This commit is contained in:
parent
ed03f1c0e4
commit
ecfb624fff
@ -8,6 +8,10 @@ steps:
|
||||
image: node
|
||||
environment:
|
||||
OUTPUT: /tmp/out
|
||||
backend_options:
|
||||
kubernetes:
|
||||
securityContext:
|
||||
privileged: true
|
||||
commands:
|
||||
- apt-get update
|
||||
- |-
|
||||
|
Loading…
Reference in New Issue
Block a user