diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-29 19:16:32 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-29 19:16:32 +0200 |
| commit | ae85907fd307651dc52c3cf7d439c04882c24562 (patch) | |
| tree | a67ce1d81a6e3a80ae80bc02d3a38ac681c8ec32 /ci/docker-compose.yml | |
| parent | 47373829babc4a1e2296efe4c8ae0770cfd47211 (diff) | |
| download | kristall-ae85907fd307651dc52c3cf7d439c04882c24562.tar.gz | |
Makes linux AppImage build reproducible with Docker.
Diffstat (limited to 'ci/docker-compose.yml')
| -rw-r--r-- | ci/docker-compose.yml | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
