Make the Docker image privileged
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Otherwise kconfig_compiler won't work (needs statx, but it can be whitelisted in Docker only with a version of libseccomp not available in Leap 15.1)
This commit is contained in:
parent
24b4d120d5
commit
0ee23fe9f7
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ name: default
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: einar/kde
|
image: einar/kde
|
||||||
|
privileged: true
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue