This commit is contained in:
Untone 2024-11-13 09:31:26 +03:00
parent 72c8250818
commit 955033561f

View File

@ -7,7 +7,7 @@ RUN cat /etc/os-release
# Install necessary packages
RUN apk update && \
apk add git pkgconf make g++ openssl openssl-dev libheif libheif-dev tiff tiff-dev && \
apk add git pkgconf make g++ openssl openssl-dev libheif libheif-dev tiff tiff-dev clang clang-dev llvm-dev && \
rustup target add x86_64-unknown-linux-musl
# Create a new Rust binary project