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 4ca4e95 commit 2595752Copy full SHA for 2595752
Dockerfile.dev
@@ -17,8 +17,7 @@ RUN apt-get install -y \
17
# Update new packages
18
RUN apt-get update
19
20
-COPY ./rust-toolchain .
21
22
# Get Rust
23
-RUN curl https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain $(cat rust-toolchain)
24
-ENV PATH="/root/.cargo/bin:${PATH}"
+RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
+ENV PATH="/root/.cargo/bin:${PATH}"
0 commit comments