From 7ea15a78de1775bcd9ae02efb7bb45cd350873df Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 13 Nov 2024 09:16:22 +0300 Subject: [PATCH] alpine2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d3354c..159c323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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