mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Add support for decoding AVIF images
This commit is contained in:
parent
c8704f4517
commit
b1b9616572
@ -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 New Issue
Block a user