mirror of https://github.com/google/oss-fuzz.git
libheif: add compression libs (#12165)
Required for https://github.com/strukturag/libheif/pull/1208 @farindk
This commit is contained in:
parent
f9511bf688
commit
13b41ad91d
|
@ -22,11 +22,13 @@ RUN apt-get update && apt-get install -y \
|
||||||
automake \
|
automake \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
|
libbrotli-dev \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
mercurial \
|
mercurial \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
yasm
|
yasm \
|
||||||
|
zlib1g-dev
|
||||||
|
|
||||||
RUN git clone \
|
RUN git clone \
|
||||||
--depth 1 \
|
--depth 1 \
|
||||||
|
|
Loading…
Reference in New Issue