hatembentayeb - Overview
Pinned Loading
-
1
FROM rustdocker/rust:nightly as cargo-build3
RUN apt-get install musl-tools -y4
RUN /root/.cargo/bin/rustup target add x86_64-unknown-linux-musl5
RUN USER=root /root/.cargo/bin/cargo new --bin material