mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-24 05:07:05 -04:00
Fix HEIC file format support
This commit is contained in:
parent
ddcc445ec1
commit
e4531034f4
3 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ RUN \
|
|||
exiftool \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
imagemagick-heic \
|
||||
libjpeg-turbo-utils \
|
||||
mediainfo \
|
||||
php83-apcu \
|
||||
|
|
|
@ -15,6 +15,7 @@ RUN \
|
|||
exiftool \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
imagemagick-heic \
|
||||
libjpeg-turbo-utils \
|
||||
mediainfo \
|
||||
php83-apcu \
|
||||
|
|
|
@ -37,6 +37,7 @@ app_setup_block: |
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "02.03.24:", desc: "Fix HEIC file format support."}
|
||||
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
|
||||
- { date: "12.12.23:", desc: "Rebase to Alpine 3.18." }
|
||||
- { date: "03.06.23:", desc: "Revert to Alpine 3.17 due to compatibility issues with php 8.2." }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue