We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-v
rustup-init
1 parent d3832e0 commit be43f09Copy full SHA for be43f09
step00_hw/Dockerfile
@@ -4,8 +4,8 @@ FROM alpine AS build
4
# Intentionally not installing `cargo`, etc. But it does need `clang`.
5
RUN apk add rustup clang musl
6
7
-# Init local rust via `rustup`, including the static target.
8
-RUN rustup-init -y -v -t x86_64-unknown-linux-musl --no-modify-path
+# Init local rust via `rustup`, including static targets builder.
+RUN rustup-init -y -t x86_64-unknown-linux-musl --no-modify-path
9
RUN mv /root/.cargo/bin/* /usr/local/bin/
10
11
# Build the project.
0 commit comments