From 0ee23fe9f73f84a3ab4f85e355070f28963847b5 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 8 Jun 2019 16:01:43 +0200 Subject: [PATCH] Make the Docker image privileged 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) --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 8e3a91c..f8e0cc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: default steps: - name: build image: einar/kde + privileged: true pull: if-not-exists commands: - mkdir build