Skip to content

Commit 8b23a22

Browse files
committed
Non interactive rustup install
1 parent 98b4b95 commit 8b23a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|" /etc/apt/sources.list \
3636
&& cp -r working /rust-wasm-bin/binaryen \
3737
# rustup
3838
&& cd /rust-wasm \
39-
&& curl https://sh.rustup.rs -sSf | sh \
39+
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
4040
# clean
4141
&& apt-get autoclean \
4242
&& apt-get clean \

0 commit comments

Comments
 (0)