Update 'Dockerfile'

This commit is contained in:
lnkr 2022-05-05 11:44:25 +03:00
parent c1abb748f2
commit 0de378fa04
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ RUN set -eux; \
rustup --version; \
cargo --version; \
rustc --version; \
rustup toolchain list; \
\
apt remove -y --auto-remove \
### ditch the wget who needs that