cras: Add libclang for bindgen (#9774)

Similar to https://github.com/google/oss-fuzz/pull/9317, we'd be using
bindgen so we need libclang.so on the image.
This commit is contained in:
Li-Yu Yu 2023-02-22 18:55:42 +08:00 committed by GitHub
parent a85519a7b8
commit 09e0afce9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN apt-get -y update && \
libsndfile-dev \
libspeexdsp-dev \
libsystemd-dev \
libclang1 \
libtool \
libudev-dev \
wget \