heic-sys
Some checks failed
deploy / deploy (push) Failing after 6s

This commit is contained in:
2024-11-13 11:14:53 +03:00
parent fb1541f8e3
commit bc14d86018
9 changed files with 262 additions and 237 deletions

View File

@@ -41,8 +41,10 @@ ENV RUST_LOG=warn
# Install runtime dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends libssl3 libheif1 libtiff6 && \
rm -rf /var/lib/apt/lists/*
apt-get install -y --no-install-recommends \
libssl3 \
libtiff6 \
&& rm -rf /var/lib/apt/lists/*
# Copy the compiled binary from the build stage
COPY --from=build /quoter/target/release/quoter .