diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 24e619d..0a1194f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -9,3 +9,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ USER vscode RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75 --no-modify-path -y + +RUN /home/vscode/.cargo/bin/cargo install cargo-release +RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated \ No newline at end of file