ci(mad64/clang/lsan): update dockerfile pacman packages
This commit is contained in:
parent
061ebaddb5
commit
2358dc6824
1 changed files with 9 additions and 1 deletions
|
|
@ -14,7 +14,15 @@ RUN pacman -Syu --noconfirm && \
|
||||||
mold \
|
mold \
|
||||||
ninja \
|
ninja \
|
||||||
zlib \
|
zlib \
|
||||||
libunwind
|
libc++ \
|
||||||
|
libinput \
|
||||||
|
libunwind \
|
||||||
|
xorg-server-xvfb \
|
||||||
|
libx11 \
|
||||||
|
libxrandr \
|
||||||
|
libxinerama \
|
||||||
|
libxcursor \
|
||||||
|
libxi
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
&& conan profile detect
|
&& conan profile detect
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue