lightpanda-io / browser

The open-source browser made for headless usage
https://lightpanda.io
GNU Affero General Public License v3.0
117 stars 0 forks source link

ci: add --security-opt seccomp=unconfined docker option #242

Closed krichprollsch closed 3 months ago

krichprollsch commented 3 months ago

It seems docker blocks io_uring by default using seccomp.

see tigerbeetle/tigerbeetle#1995 and moby/moby#46762

relates with https://github.com/lightpanda-io/zig-js-runtime/issues/232