[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:
jonathanmetzman 2021-08-23 09:48:09 -07:00 committed by GitHub
parent 9de43be271
commit 1ae1df8e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#
################################################################################
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 git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git