Hi , i have created a docker image with from-source folder but while running the container , getting the below error . please help me in fixing the issue.
Failed to install seccomp syscall filter| common/Seccomp.cpp:250
collabora-1 | LibreOfficeKit seccomp security lockdown failed. Exiting.
collabora-1 | kit-00015-00015 2025-06-19 12:48:40.775729 +0000 [ kit_spare_001 ] FTL LibreOfficeKit seccomp security lockdown failed. Exiting.| kit/Kit.cpp:3772
collabora-1 | Forced Exit with code: 70
collabora-1 | kit-00015-00015 2025-06-19 12:48:40.775826 +0000 [ kit_spare_001 ] FTL Forced Exit with code: 70| common/Util.cpp:755
collabora-1 | frk-00010-00010 2025-06-19 12:48:40.762644 +0000 [ forkit ] INF Forked kit [15]| kit/ForKit.cpp:567
and my docker-compose.yml file is
services:
collabora:
image: collabora/codedev:latest
ports:
- 127.0.0.1:9980:9980
cap_add:
- MKNOD
- SYS_CHROOT
security_opt:
- seccomp:./cool-seccomp-profile.json
privileged: true
environment:
- aliasgroup1=https://host.docker.internal:5000,https://localhost:5000
- username=admin
- password=admin
- DONT_GEN_SSL_CERT=1
- extra_params=–o:ssl.enable=false --o:ssl.termination=true
restart: unless-stopped