nateraw commited on
Commit
406e13c
·
1 Parent(s): 8e222be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -75,7 +75,7 @@ RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
75
  # Install rust, add it to path
76
  RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
77
  ENV PATH="/root/.cargo/bin:${PATH}"
78
- RUN chmod -R 777 /root/.cargo/
79
 
80
  #######################################
81
  # End root user section
 
75
  # Install rust, add it to path
76
  RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
77
  ENV PATH="/root/.cargo/bin:${PATH}"
78
+ RUN chmod -R 777 $HOME/.cargo/
79
 
80
  #######################################
81
  # End root user section