Add support for decoding AVIF images

This commit is contained in:
Jegler 2024-03-14 16:59:04 +01:00
parent c8704f4517
commit b1b9616572
No known key found for this signature in database
GPG key ID: 7249C94AE229BEAF

View file

@ -35,7 +35,7 @@ FROM alpine:3.18
WORKDIR /iceshrimp
# Install runtime dependencies
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev zip unzip nodejs-current
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev zip unzip nodejs-current libheif-dev
# Copy built files
COPY --from=build /iceshrimp /iceshrimp