@@ -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
|
||||
|
Reference in New Issue
Block a user