heic-sys2

This commit is contained in:
Untone 2024-11-13 11:18:59 +03:00
parent bc14d86018
commit acbe5be8aa

View File

@ -43,6 +43,7 @@ ENV RUST_LOG=warn
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libssl3 \
libheif1 \
libtiff6 \
&& rm -rf /var/lib/apt/lists/*