heic2
This commit is contained in:
parent
72c8250818
commit
955033561f
|
@ -7,7 +7,7 @@ RUN cat /etc/os-release
|
||||||
|
|
||||||
# Install necessary packages
|
# Install necessary packages
|
||||||
RUN apk update && \
|
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
|
rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
# Create a new Rust binary project
|
# Create a new Rust binary project
|
||||||
|
|
Loading…
Reference in New Issue
Block a user