From ae85907fd307651dc52c3cf7d439c04882c24562 Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 29 Jun 2020 19:16:32 +0200 Subject: Makes linux AppImage build reproducible with Docker. --- ci/docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ci/docker-compose.yml') diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml index 7879b2c..1ccff4a 100644 --- a/ci/docker-compose.yml +++ b/ci/docker-compose.yml @@ -3,4 +3,8 @@ services: builder: image: "kristall-ci:1.0" volumes: - - ./output:/artifacts \ No newline at end of file + - ./output:/artifacts + devices: + - /dev/fuse:/dev/fuse + cap_add: + - SYS_ADMIN \ No newline at end of file -- cgit v1.2.3