Skip to content

Commit

Permalink
Update .devcontainer/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Chiarlone <danilochiarlone@gmail.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
  • Loading branch information
simongdavies and danbugs committed Nov 18, 2024
1 parent d7d0c7f commit 426f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& rustup target add x86_64-unknown-linux-gnu \
&& rustup target add x86_64-unknown-none \
&& rustup target add x86_64-pc-windows-msvc \
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
&& rustup toolchain add nightly-x86_64-unknown-linux-gnu \
&& cargo install just

0 comments on commit 426f8e3

Please sign in to comment.