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 @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y nodejs
5454RUN npm install -g npm@latest node-gyp yarn
5555
5656# Rust
57- RUN curl https://sh.rustup.rs -sSf | sudo -E bash -
57+ RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
5858
5959# Install docker client
6060RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y nodejs
5454RUN npm install -g npm@latest node-gyp yarn
5555
5656# Rust
57- RUN curl https://sh.rustup.rs -sSf | sudo -E bash -
57+ RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
5858
5959# Install docker client
6060RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
7979RUN python --version
8080
8181# Rust
82- RUN curl https://sh.rustup.rs -sSf | sudo -E bash -
82+ RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
8383
8484# Install docker client
8585RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
You can’t perform that action at this time.
0 commit comments