This commit is contained in:
Untone 2024-11-13 09:16:22 +03:00
parent cab36bea24
commit 7ea15a78de

View File

@ -39,7 +39,7 @@ ENV RUST_BACKTRACE=full
ENV RUST_LOG=warn
# Install runtime dependencies
RUN apk update && apk add openssl libheif libtiff && \
RUN apk update && apk add openssl libheif tiff && \
apk clean && rm -rf /var/cache/apk/*
# Copy the compiled binary from the build stage