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 6f0849a commit 3fc1837Copy full SHA for 3fc1837
Dockerfile
@@ -38,9 +38,9 @@ RUN chmod +x /usr/local/bin/rust-wasm.sh \
38
# rustup
39
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
40
# clean
41
- && apt-get purge git build-essential cmake curl g++ python \
42
- && apt-get autoclean \
43
- && apt-get clean \
+ && apt-get purge -y git build-essential cmake curl g++ python \
+ && apt-get autoclean -y \
+ && apt-get clean -y \
44
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /rust-wasm
45
46
ENV PATH /root/.cargo/bin:/rust-wasm-bin/llvm/bin:/rust-wasm-bin/binaryen/bin:${PATH}
0 commit comments