We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b4b95 commit 8b23a22Copy full SHA for 8b23a22
Dockerfile
@@ -36,7 +36,7 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|" /etc/apt/sources.list \
36
&& cp -r working /rust-wasm-bin/binaryen \
37
# rustup
38
&& cd /rust-wasm \
39
- && curl https://sh.rustup.rs -sSf | sh \
+ && curl https://sh.rustup.rs -sSf | sh -s -- -y \
40
# clean
41
&& apt-get autoclean \
42
&& apt-get clean \
0 commit comments