docker-rust-nightly
docker-rust-nightly copied to clipboard
`chmod -R a+w $RUSTUP_HOME $CARGO_HOME` takes a lot of time
By running chmod -R a+w $RUSTUP_HOME $CARGO_HOME; in a separate step, I realized that it takes 11 min to complete. I tested on Docker Desktop on Windows.
Is there a solution for this?