Add vulkan drivers

This commit is contained in:
2026-07-15 18:33:07 +02:00
rodzic a892dc1491
commit 11648596f1
@@ -32,6 +32,7 @@ RUN apt-get update \
&& apt-get remove -y --allow-remove-essential libgl1-mesa-dri libglx-mesa0 libglx0 mesa-opencl-icd || true \
&& dpkg --force-overwrite --install /tmp/mesa-freedreno-subgroups_*.deb \
&& rm /tmp/mesa-freedreno-subgroups_*.deb \
&& apt-get install -y --no-install-recommends libvulkan1 mesa-vulkan-drivers \
&& apt autoremove -y \
&& apt clean -y \
&& rm -rf /var/lib/apt/lists/*