mirror of https://github.com/google/oss-fuzz.git
[libass] Bump meson version (#6888)
This commit is contained in:
parent
240ecb837e
commit
93653634e9
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfontconfig1-dev libfreetype-dev libfribidi-dev python3-pip && \
|
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config libfontconfig1-dev libfreetype-dev libfribidi-dev python3-pip && \
|
||||||
pip3 install meson==0.53.0 ninja
|
pip3 install meson==0.55.0 ninja
|
||||||
|
|
||||||
RUN git clone --depth 1 https://github.com/libass/libass.git
|
RUN git clone --depth 1 https://github.com/libass/libass.git
|
||||||
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
|
RUN git clone --depth 1 https://github.com/harfbuzz/harfbuzz.git
|
||||||
|
|
Loading…
Reference in New Issue