Skip to content

Commit be43f09

Browse files
committed
No -v for rustup-init.
1 parent d3832e0 commit be43f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

step00_hw/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM alpine AS build
44
# Intentionally not installing `cargo`, etc. But it does need `clang`.
55
RUN apk add rustup clang musl
66

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
7+
# Init local rust via `rustup`, including static targets builder.
8+
RUN rustup-init -y -t x86_64-unknown-linux-musl --no-modify-path
99
RUN mv /root/.cargo/bin/* /usr/local/bin/
1010

1111
# Build the project.

0 commit comments

Comments
 (0)