Closed dmarcoux closed 4 years ago
Can't you just rustup component add rust-docs
if you need them?
It's an option for sure and I do it for now, but I would prefer to pull a Docker image which already contains the default profile.
Should I close the issue? I sent a PR in case you consider adding this.
I don't really want to have a huge profusion of image types. You could make your own image based off of the official one that pulls in docs though.
Alright, no worries! Thank you for your quick replies. Have a good day.
Hey,
I use the official Docker image in a development environment and having an image with the default profile of
rustup
would be quite handy. So this would mean building images withrustup-init --profile default
.