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 b1090ae commit 646bb84Copy full SHA for 646bb84
Dockerfile
@@ -38,6 +38,7 @@ 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 \
44
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /rust-wasm
0 commit comments