heic-clang-debian2

This commit is contained in:
Untone 2024-11-13 10:32:40 +03:00
parent ab98010224
commit 558bcfc69b

View File

@ -40,7 +40,7 @@ ENV RUST_LOG=warn
# Install runtime dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends libssl3 libheif1 libtiff5 && \
apt-get install -y --no-install-recommends libssl3 libheif1 libtiff6 && \
rm -rf /var/lib/apt/lists/*
# Copy the compiled binary from the build stage