docker icon indicating copy to clipboard operation
docker copied to clipboard

Build scripts for Docker images I maintain at

Results 2 docker issues
Sort by recently updated
recently updated
newest added

rustc is installed in /root/.cargo/bin, however the docker user cannot access these paths without sudo. Could the installation scripts be modified to install rustc in a path accessible for the...

The Dockerfile should probably include: ```docker ENV PATH /root/.cargo/bin:$PATH ``` So that `rustc` and `cargo` are available on $PATH out of the box!