Skip to content

Commit ad1bd54

Browse files
committed
fix: remove rust
1 parent 206b7eb commit ad1bd54

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

focal-arm64/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ RUN curl --silent --location https://deb.nodesource.com/setup_20.x | sudo -E bas
5353
RUN apt-get update && apt-get install -y nodejs
5454
RUN npm install -g npm@latest node-gyp yarn
5555

56-
# Rust
57-
RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
58-
RUN echo '. "$HOME/.cargo/env"' > /etc/profile.d/cargo-env.sh
59-
6056
# Install docker client
6157
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
6258
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg

focal-armhf/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ RUN curl --silent --location https://deb.nodesource.com/setup_20.x | sudo -E bas
5353
RUN apt-get update && apt-get install -y nodejs
5454
RUN npm install -g npm@latest node-gyp yarn
5555

56-
# Rust
57-
RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
58-
RUN echo '. "$HOME/.cargo/env"' > /etc/profile.d/cargo-env.sh
59-
6056
# Install docker client
6157
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
6258
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg

focal-x64/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ RUN npm install -g npm@latest node-gyp yarn
7878
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
7979
RUN python --version
8080

81-
# Rust
82-
RUN curl https://sh.rustup.rs -sSf | sudo -E bash -s -- -y
83-
RUN echo '. "$HOME/.cargo/env"' > /etc/profile.d/cargo-env.sh
84-
8581
# Install docker client
8682
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
8783
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg

0 commit comments

Comments
 (0)