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