Skip to content

Commit 6709236

Browse files
committed
Also remove deps
1 parent b634512 commit 6709236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +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 -y git build-essential cmake curl g++ python \
41+
&& apt-get purge -y --auto-remove git build-essential cmake curl g++ python \
4242
&& apt-get autoclean -y \
4343
&& apt-get clean -y \
4444
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /rust-wasm

0 commit comments

Comments
 (0)