fribidi: fix build (#9320)

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54467
This commit is contained in:
DavidKorczynski 2022-12-30 17:13:41 +00:00 committed by GitHub
parent 39afd97496
commit 55e6ae8cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/