heic-clang-debian4
This commit is contained in:
parent
c069ea0456
commit
3906695fcc
|
@ -3,7 +3,7 @@ FROM rust:slim-bookworm AS build
|
||||||
|
|
||||||
# Install necessary packages
|
# Install necessary packages
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git pkg-config make g++ libssl-dev libheif-dev libtiff-dev \
|
apt-get install -y git pkg-config make g++ libssl-dev libheif-dev libheif1 libtiff-dev \
|
||||||
clang libclang-dev && \
|
clang libclang-dev && \
|
||||||
rustup target add x86_64-unknown-linux-gnu
|
rustup target add x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ ENV RUST_LOG=warn
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends libssl3 libheif libtiff6 && \
|
apt-get install -y --no-install-recommends libssl3 libheif1 libtiff6 && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy the compiled binary from the build stage
|
# Copy the compiled binary from the build stage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user