Missing package in debian Dockerfile
Author: jacobo221Created Apr 26, 2026Updated Apr 26, 2026
When compiling within the debian-flavoured Dockerfile, it fails with the following error:
warning: dpkg-shlibdeps (cd "/tmp/.tmpvRCRsq" && DEB_HOST_ARCH="amd64" "dpkg-shlibdeps" "-xlibgcc" "-O" "/Weylus/target/release/weylus"): dpkg-shlibdeps: error: cannot find library libva-drm.so.2 needed by /Weylus/target/release/weylus (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '')This can be fixed by adding the following package to the apt install list in the Dockerfile:
libva.drmSource: H-M-H/Weylus