[imagemagick+graphicsmagick] Install po4a, which is now needed by xz (#3551)

This commit is contained in:
Alex Gaynor 2020-03-28 13:11:33 -04:00 committed by GitHub
parent 5b3190a2e9
commit e124654139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get update && apt-get install -y mercurial automake autopoint cmake libtool nasm pkg-config
RUN apt-get update && apt-get install -y mercurial automake autopoint cmake libtool nasm pkg-config po4a
RUN hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick

View File

@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER paul.l.kehrer@gmail.com
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y make autoconf automake libtool pkg-config cmake nasm autopoint libc6:i386 libc6-dev:i386
apt-get install -y make autoconf automake libtool pkg-config cmake nasm autopoint po4a libc6:i386 libc6-dev:i386
RUN git clone --depth 1 https://github.com/imagemagick/imagemagick
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/strukturag/libde265