docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

build arm64 jibri images

Open dengzihaohs opened this issue 1 year ago • 1 comments

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)

dengzihaohs avatar Dec 08 '23 03:12 dengzihaohs

Check if there are any Debian bug reports. We just install the Chromium package, there is nothing extra we do.

saghul avatar Dec 08 '23 06:12 saghul