mirror of https://github.com/google/oss-fuzz.git
[Ubuntu upgrade][cairo] Install libtool and autotools-dev (#6273)
Do this explicitly to prevent breakage when builder is upgraded to Ubuntu 20.04. Related: #6180
This commit is contained in:
parent
9de43be271
commit
1ae1df8e35
|
@ -14,7 +14,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 python3-pip gtk-doc-tools libffi-dev
|
RUN apt-get update && apt-get install -y python3-pip gtk-doc-tools libffi-dev autotools-dev libtool
|
||||||
RUN pip3 install -U meson==0.55.3 ninja
|
RUN pip3 install -U meson==0.55.3 ninja
|
||||||
|
|
||||||
RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
|
RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
|
||||||
|
|
Loading…
Reference in New Issue