FROM rust:1.47.0 AS build WORKDIR /usr/src RUN rustup target add x86_64-unknown-linux-musl RUN apt-get update RUN apt-get install cmake musl-tools clang ...
確定! 回上一頁