File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +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
5859
5960# Install docker client
6061RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -55,6 +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
5859
5960# Install docker client
6061RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -80,6 +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
8384
8485# Install docker client
8586RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
You can’t perform that action at this time.
0 commit comments