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 b634512 commit 6709236Copy full SHA for 6709236
Dockerfile
@@ -38,7 +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 -y git build-essential cmake curl g++ python \
+ && apt-get purge -y --auto-remove git build-essential cmake curl g++ python \
42
&& apt-get autoclean -y \
43
&& apt-get clean -y \
44
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /rust-wasm
0 commit comments