File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN npm install -g npm@latest node-gyp yarn
5555
5656#  Rust
5757RUN  curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
58- RUN  echo '. "$HOME/.cargo/env"'  >> ~/.bashrc 
58+ RUN  echo '. "$HOME/.cargo/env"'  > /etc/profile.d/cargo-env.sh 
5959
6060#  Install docker client
6161RUN  sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN npm install -g npm@latest node-gyp yarn
5555
5656#  Rust
5757RUN  curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
58- RUN  echo '. "$HOME/.cargo/env"'  >> ~/.bashrc 
58+ RUN  echo '. "$HOME/.cargo/env"'  > /etc/profile.d/cargo-env.sh 
5959
6060#  Install docker client
6161RUN  sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN python --version
8080
8181#  Rust
8282RUN  curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
83- RUN  echo '. "$HOME/.cargo/env"'  >> ~/.bashrc 
83+ RUN  echo '. "$HOME/.cargo/env"'  > /etc/profile.d/cargo-env.sh 
8484
8585#  Install docker client
8686RUN  sudo mkdir -m 0755 -p /etc/apt/keyrings
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments