mirror of https://github.com/google/oss-fuzz.git
[imagemagick+graphicsmagick] Install po4a, which is now needed by xz (#3551)
This commit is contained in:
parent
5b3190a2e9
commit
e124654139
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue