diff --git a/tests/archivematica/compose.yaml b/tests/archivematica/compose.yaml index 9b66de27..c4d57a76 100644 --- a/tests/archivematica/compose.yaml +++ b/tests/archivematica/compose.yaml @@ -17,6 +17,10 @@ services: - "2222:22" - "8000:80" - "8001:8000" + cap_add: + - "SYS_NICE" + - "SYS_PTRACE" + - "SYS_KILL" volumes: - ".:/src" - "../../:/am-packbuild"