Merge pull request #11 from manyfold3d/imagemagick-libs

Add HEIC/JPEG/WEBP libs for imagemagick
This commit is contained in:
aptalca 2025-07-25 15:37:07 -04:00 committed by GitHub
commit df6bf271ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@ RUN \
file \
glfw \
imagemagick \
imagemagick-heic \
imagemagick-jpeg \
imagemagick-webp \
libarchive \
libstdc++ \
mariadb-connector-c \

View File

@ -21,6 +21,9 @@ RUN \
file \
glfw \
imagemagick \
imagemagick-heic \
imagemagick-jpeg \
imagemagick-webp \
libarchive \
libstdc++ \
mariadb-connector-c \