Ensure libclang is present on CI
This commit is contained in:
parent
52f0cf9111
commit
b7641f4e46
|
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y \
|
apt install -y \
|
||||||
|
libclang-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
|
Loading…
Reference in New Issue