rust-lang / docker-rust

The official Docker images for Rust
441 stars 90 forks source link

Images with default profile #48

Closed dmarcoux closed 4 years ago

dmarcoux commented 4 years ago

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 with rustup-init --profile default.

sfackler commented 4 years ago

Can't you just rustup component add rust-docs if you need them?

dmarcoux commented 4 years ago

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.

sfackler commented 4 years ago

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.

dmarcoux commented 4 years ago

Alright, no worries! Thank you for your quick replies. Have a good day.