diff --git a/projects/glib/Dockerfile b/projects/glib/Dockerfile index 82de90863..629e2ef7a 100644 --- a/projects/glib/Dockerfile +++ b/projects/glib/Dockerfile @@ -16,9 +16,8 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER pdknsk@gmail.com -RUN apt-get update && \ - apt-get install -y autoconf libtool python3-pip -RUN pip3 install -U meson ninja -RUN git clone https://gitlab.gnome.org/GNOME/glib +RUN apt-get update && apt-get install -y python3-pip +RUN pip3 install -U git+https://github.com/mesonbuild/meson ninja +RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib WORKDIR glib COPY build.sh fuzz* $SRC/