Skip to content

Commit

Permalink
Merge pull request #86 from burningmantech/yf-heic
Browse files Browse the repository at this point in the history
Added heif libraries.
  • Loading branch information
mikeburg authored Dec 27, 2024
2 parents 1aa60c8 + cd696fe commit 8158537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN apk update \
icu \
icu-dev \
libffi \
libheif \
libheif-dev \
libffi-dev \
libjpeg-turbo \
libjpeg-turbo-dev \
Expand Down Expand Up @@ -53,6 +55,7 @@ RUN apk update \
&& apk del \
icu-dev \
libffi-dev \
libheif-dev \
libjpeg-turbo-dev \
libpng-dev \
libwebp-dev \
Expand Down

0 comments on commit 8158537

Please sign in to comment.