mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-06-05 13:28:53 +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
|
USER root
|
||||||
RUN \
|
RUN \
|
||||||
apk add exiftool imagemagick ffmpeg && \
|
apk add exiftool imagemagick imagemagick-heic ffmpeg && \
|
||||||
chown -R app:app /mnt
|
chown -R app:app /mnt
|
||||||
|
|
||||||
COPY pict-rs /usr/local/bin/pict-rs
|
COPY pict-rs /usr/local/bin/pict-rs
|
||||||
|
|
Loading…
Reference in a new issue