heic
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-11-13 09:24:10 +03:00
parent 455d66cfb2
commit 72c8250818
3 changed files with 6 additions and 11 deletions

View File

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