Fix poppler build (#8891)

This commit is contained in:
tsdgeos 2022-10-31 11:16:09 +01:00 committed by GitHub
parent fab92b68ef
commit 3e614b76f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y wget autoconf automake libtool pkg-config gperf
RUN apt-get update && apt-get install -y wget autoconf automake libtool pkg-config gperf python
RUN pip3 install meson ninja gyp-next
RUN git clone --depth 1 https://github.com/madler/zlib.git