-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
Cargo's initial cloning of the registry can take a while (it's 164MB on my machine right now), so it might make sense to run something like
cargo new --quiet foo && cd foo && echo 'libc = "0.2"' >> Cargo.toml && cargo fetch --quiet
at the end of the RUN
block, before printing out the versions. (Or in a new RUN
block so it creates a new layer.)
Metadata
Metadata
Assignees
Labels
No labels