mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Add imagemagick-heic for avif support
This commit is contained in:
parent
6d259a0eea
commit
53bf11c8b0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM asonix/rust-runner:latest-linux-$REPO_ARCH
|
|||
|
||||
USER root
|
||||
RUN \
|
||||
apk add exiftool imagemagick ffmpeg && \
|
||||
apk add exiftool imagemagick imagemagick-heic ffmpeg && \
|
||||
chown -R app:app /mnt
|
||||
|
||||
COPY pict-rs /usr/local/bin/pict-rs
|
||||
|
|
Loading…
Reference in a new issue