We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411ca3d commit 2f4d3baCopy full SHA for 2f4d3ba
1 file changed
.devcontainer/Dockerfile
@@ -9,3 +9,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
USER vscode
10
11
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75 --no-modify-path -y
12
+
13
+RUN /home/vscode/.cargo/bin/cargo install cargo-release
14
+RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated
0 commit comments