Skip to content

Commit a6166eb

Browse files
committed
fix: rust install
1 parent 256eaff commit a6166eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

focal-arm64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y nodejs
5454
RUN 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
6060
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings

focal-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y nodejs
5454
RUN 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
6060
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings

focal-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
7979
RUN 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
8585
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings

0 commit comments

Comments
 (0)