docker-rust-nightly icon indicating copy to clipboard operation
docker-rust-nightly copied to clipboard

`chmod -R a+w $RUSTUP_HOME $CARGO_HOME` takes a lot of time

Open aminya opened this issue 3 years ago • 0 comments

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?

aminya avatar May 26 '22 09:05 aminya