rust-lang / docker-rust

The official Docker images for Rust
436 stars 88 forks source link

chore: fix root user permissions #84

Closed veritem closed 3 years ago

veritem commented 3 years ago

fix #63

sfackler commented 3 years ago

Cargo no longer needs USER to be set when creating a new project, so I'm not sure we need to do anything here. Are you still running into issues in another context I'm not thinking of?