From b1b9616572c70e0e293598865b4aa64ebbaa9a27 Mon Sep 17 00:00:00 2001 From: Jegler Date: Thu, 14 Mar 2024 16:59:04 +0100 Subject: [PATCH] Add support for decoding AVIF images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1529a3f21..00ebc53fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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