alpine5
This commit is contained in:
parent
f26220f587
commit
455d66cfb2
|
@ -8,8 +8,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 libheif libheif-dev tiff tiff-dev && \
|
apk add git pkgconf make g++ openssl libheif libheif-dev tiff tiff-dev && \
|
||||||
rustup target add x86_64-unknown-linux-gnu && \
|
rustup target add x86_64-unknown-linux-gnu
|
||||||
rustup select nightly
|
|
||||||
|
|
||||||
# Create a new Rust binary project
|
# Create a new Rust binary project
|
||||||
RUN USER=root cargo new --bin quoter
|
RUN USER=root cargo new --bin quoter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user