Add imagemagick-heic for avif support

This commit is contained in:
asonix 2023-12-23 16:40:55 -06:00
parent 6d259a0eea
commit 53bf11c8b0

View file

@ -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