Skip to content

Commit 60d3179

Browse files
authored
Update Dockerfile
1 parent 47a71a2 commit 60d3179

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ ENV PATH="${CARGO_HOME}/bin:${PATH}"
3131
RUN rustup component add rust-src
3232

3333
USER ${NB_UID}
34+
# Update cargo home for users
35+
ENV CARGO_HOME="${HOME}/.cargo"
36+
ENV PATH="${CARGO_HOME}/bin:${PATH}"
3437

3538
# Use solution from https://github.com/NASA-Openscapes/corn/blob/main/ci/Dockerfile
3639
# for installing VS Code extensions.

0 commit comments

Comments
 (0)