diff --git a/tools/ci/amd64/clang/lsan.dockerfile b/tools/ci/amd64/clang/lsan.dockerfile index 5d85e43..4863e10 100644 --- a/tools/ci/amd64/clang/lsan.dockerfile +++ b/tools/ci/amd64/clang/lsan.dockerfile @@ -14,7 +14,15 @@ RUN pacman -Syu --noconfirm && \ mold \ ninja \ zlib \ - libunwind + libc++ \ + libinput \ + libunwind \ + xorg-server-xvfb \ + libx11 \ + libxrandr \ + libxinerama \ + libxcursor \ + libxi RUN pip install --no-cache-dir --break-system-packages conan gitpython \ && conan profile detect