From c069ea0456e2f531bd9ad3f9c785dde7bab9ab87 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 13 Nov 2024 10:38:50 +0300 Subject: [PATCH] heic-clang-debian3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb051ba..eac1a52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ ENV RUST_LOG=warn # Install runtime dependencies RUN apt-get update && \ - apt-get install -y --no-install-recommends libssl3 libheif1 libtiff6 && \ + apt-get install -y --no-install-recommends libssl3 libheif libtiff6 && \ rm -rf /var/lib/apt/lists/* # Copy the compiled binary from the build stage