This commit is contained in:
Untone 2024-11-13 09:20:56 +03:00
parent f26220f587
commit 455d66cfb2

View File

@ -8,8 +8,7 @@ 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 && \
rustup select nightly
rustup target add x86_64-unknown-linux-gnu
# Create a new Rust binary project
RUN USER=root cargo new --bin quoter