diff --git a/tools/ci/amd64/clang/coverage.dockerfile b/tools/ci/amd64/clang/coverage.dockerfile index 3f0a6da..43d8970 100644 --- a/tools/ci/amd64/clang/coverage.dockerfile +++ b/tools/ci/amd64/clang/coverage.dockerfile @@ -4,7 +4,6 @@ RUN pacman -Syu --noconfirm --disable-download-timeout \ && pacman -S --noconfirm --disable-download-timeout reflector \ && reflector --verbose --latest 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist \ && sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \ - && grep "ParallelDownloads" /etc/pacman.conf RUN pacman -S --noconfirm --disable-download-timeout \ bash \ @@ -14,6 +13,7 @@ RUN pacman -S --noconfirm --disable-download-timeout \ python \ python-pip \ clang \ + gcc \ llvm \ mesa \ mold \ @@ -22,7 +22,13 @@ RUN pacman -S --noconfirm --disable-download-timeout \ wget \ zlib \ libc++ \ - libinput + libinput \ + xorg-server-xvfb \ + libx11 \ + libxrandr \ + libxinerama \ + libxcursor \ + libxi RUN pip install --no-cache-dir --break-system-packages conan gitpython \ && conan profile detect