Skip to content

Commit 2595752

Browse files
authored
Update Dockerfile.dev
1 parent 4ca4e95 commit 2595752

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile.dev

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ RUN apt-get install -y \
1717
# Update new packages
1818
RUN apt-get update
1919

20-
COPY ./rust-toolchain .
2120

2221
# 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}"
22+
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
23+
ENV PATH="/root/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)