build(docker): add clang and lld for llvm compilation support

This commit is contained in:
zukrmn 2026-03-07 13:38:06 +00:00
parent 87c9733e09
commit c15f131bf3

View file

@ -17,6 +17,7 @@ RUN apt-get update \
libvorbis-dev \
libpng-dev \
libpthread-stubs0-dev \
clang \
lld \
meson \
ninja-build \