ci(amd64): add vulkan packages to Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-09-23 23:05:54 +03:30
parent 8063903344
commit 25e742b8ab
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -4,7 +4,7 @@ FROM archlinux:latest
RUN \
sed -i 's/^#ParallelDownloads = .*/ParallelDownloads = 8/' /etc/pacman.conf \
&& echo 'NoExtract = usr/share/{man,doc,info}/*' >> /etc/pacman.conf \
&& pacman -Syyu --noconfirm --disable-download-timeout \
&& pacman -Syyu --noconfirm --needed --disable-download-timeout \
afl++ \
afl-utils \
base-devel \
@ -12,27 +12,49 @@ bash \
clang \
cmake \
curl \
expat \
gcc \
gdb \
git \
glm \
libc++ \
libinput \
libpciaccess \
libpng \
libunwind \
libx11 \
libxcb \
libxcursor \
libxi \
libxinerama \
libxpresent \
libxrandr \
lz4 \
mesa \
mold \
ninja \
python \
python-distlib \
python-distutils-extra \
python-jsonschema \
qt5-base \
qt6-base \
valgrind \
vulkan-headers \
vulkan-icd-loader \
vulkan-validation-layers \
wayland \
wayland-protocols \
wget \
xcb-util \
xcb-util-cursor \
xcb-util-keysyms \
xcb-util-wm \
xorg-server-xvfb \
xorg-util-macros \
xtrans \
zlib \
zstd \
&& pacman -Scc --noconfirm
## Sanitizers ##