Merge pull request #9407 from mrIncompetent/root-fs-clang

rootfs: Install missing clang in Ubuntu docker image
This commit is contained in:
Steve Horsman 2024-11-14 10:35:06 +00:00 committed by GitHub
commit 915695f5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ RUN apt-get update && \
echo "gcc-$gcc_arch-linux-gnu libc6-dev-$libc_arch-cross")) \
git \
gnupg2 \
libclang-dev \
make \
makedev \
multistrap \