We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e35c85 commit 0d0c0ecCopy full SHA for 0d0c0ec
Dockerfile
@@ -2,6 +2,7 @@ FROM rust:1.85
2
3
RUN rustup toolchain install nightly-2024-12-06-x86_64-unknown-linux-gnu
4
RUN rustup toolchain install nightly-2024-10-30-x86_64-unknown-linux-gnu
5
+RUN rustup component add rust-src --toolchain nightly-2024-10-30-x86_64-unknown-linux-gnu
6
7
WORKDIR /app
8
0 commit comments