libheif: add compression libs (#12165)

Required for https://github.com/strukturag/libheif/pull/1208

@farindk
This commit is contained in:
Brad Hards 2024-07-10 02:40:38 +10:00 committed by GitHub
parent f9511bf688
commit 13b41ad91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -22,11 +22,13 @@ RUN apt-get update && apt-get install -y \
automake \
build-essential \
cmake \
libbrotli-dev \
libtool \
make \
mercurial \
pkg-config \
yasm
yasm \
zlib1g-dev
RUN git clone \
--depth 1 \