Skip to content

Commit 646bb84

Browse files
committed
apt purge
1 parent b1090ae commit 646bb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN chmod +x /usr/local/bin/rust-wasm.sh \
3838
# rustup
3939
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
4040
# clean
41+
&& apt-get purge git build-essential cmake curl g++ python \
4142
&& apt-get autoclean \
4243
&& apt-get clean \
4344
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /rust-wasm

0 commit comments

Comments
 (0)