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 72c66f2 commit 4ec725eCopy full SHA for 4ec725e
.devcontainer/rust/Dockerfile
@@ -47,4 +47,5 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 20 \
47
ENV BINSTALL_DISABLE_TELEMETRY=true
48
# Install additional rust tools
49
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
50
- && cargo-binstall -y --locked [email protected] [email protected] [email protected] [email protected]
+ && cargo-binstall -y --locked [email protected] [email protected] [email protected] \
51
+ && cargo-binstall -v -y --locked [email protected]
0 commit comments