We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16885a3 commit 5b29b23Copy full SHA for 5b29b23
dockerfiles/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
17
libssl-dev zlib1g-dev ca-certificates
18
19
# Install the stable toolchain with rustup
20
-RUN curl https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init >/tmp/rustup-init && \
+RUN curl https://sh.rustup.rs >/tmp/rustup-init && \
21
chmod +x /tmp/rustup-init && \
22
/tmp/rustup-init -y --no-modify-path --default-toolchain stable --profile minimal
23
ENV PATH=/root/.cargo/bin:$PATH
0 commit comments