[Glib] fix profile build (#1772)

* minor improvements

* get meson from git
This commit is contained in:
pdknsk 2018-08-30 15:29:25 +02:00 committed by jonathanmetzman
parent 68966db40a
commit 6166c33657
1 changed files with 3 additions and 4 deletions

View File

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