mirror of https://github.com/google/oss-fuzz.git
fribidi: fix build (#9320)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54467
This commit is contained in:
parent
39afd97496
commit
55e6ae8cff
|
@ -16,7 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y python3-pip pkg-config && \
|
||||
pip3 install meson==0.53.0 ninja
|
||||
pip3 install meson==0.54.0 ninja
|
||||
RUN git clone --depth 1 https://github.com/fribidi/fribidi.git
|
||||
WORKDIR fribidi
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue