File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ RUN curl --silent --location https://deb.nodesource.com/setup_20.x | sudo -E bas
5353RUN apt-get update && apt-get install -y nodejs
5454RUN 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
6157RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
6258RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ RUN curl --silent --location https://deb.nodesource.com/setup_20.x | sudo -E bas
5353RUN apt-get update && apt-get install -y nodejs
5454RUN 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
6157RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
6258RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ RUN npm install -g npm@latest node-gyp yarn
7878RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
7979RUN 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
8682RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
8783RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
You can’t perform that action at this time.
0 commit comments