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