diff --git a/projects/gstreamer/Dockerfile b/projects/gstreamer/Dockerfile index 8dfb2ddb46ac0..01c6e84efe07c 100644 --- a/projects/gstreamer/Dockerfile +++ b/projects/gstreamer/Dockerfile @@ -17,8 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && \ apt-get install -y make autoconf automake libtool build-essential pkg-config bison flex patchelf \ - python3-pip ninja-build && \ - pip3 install meson==1.2.3 + python3-pip ninja-build meson RUN git clone --depth 1 https://gitlab.xiph.org/xiph/vorbis.git vorbis RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git ogg