diff --git a/projects/libheif/Dockerfile b/projects/libheif/Dockerfile index 829bfdd7a..20041208a 100644 --- a/projects/libheif/Dockerfile +++ b/projects/libheif/Dockerfile @@ -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 \