rootfs: Install missing libclang-dev in Ubuntu docker image

Fixes #9444

Signed-off-by: Henrik Schmidt <mrIncompetent@users.noreply.github.com>
This commit is contained in:
Henrik Schmidt 2024-04-03 19:22:15 +02:00 committed by stevenhorsman
parent 5869046d04
commit 57a4dbedeb

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 \