docker-jitsi-meet
docker-jitsi-meet copied to clipboard
build arm64 jibri images
Description
I am building jibri images on the arm64 machine
I use debian 11 (arm64).
I use apt-dpkg-wrap apt-get install -y chromium chromium-driver chromium-sandbox
I use chromium -- version to view the version, but I get Trace/breakpoint trap (core dumped).
It seems that the installation was not successful. Is there any way to solve it?
root@localhost:/# chromium --version
Trace/breakpoint trap (core dumped)
root@localhost:/# chromedriver --version
Trace/breakpoint trap (core dumped)
Check if there are any Debian bug reports. We just install the Chromium package, there is nothing extra we do.