mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Add support for decoding AVIF images
This commit is contained in:
parent
c8704f4517
commit
b1b9616572
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue