Skip to content

Commit b6b56d2

Browse files
Jonathan Woollett-Lightroypat
Jonathan Woollett-Light
andcommitted
build: Add cargo-udeps to devctr
From: Jonathan Woollett-Light <[email protected]> Adds `cargo-udeps` and the Rust `nightly` toolchain to support it, to dev container. Signed-off-by: Jonathan Woollett-Light <[email protected]> Co-authored-by: Patrick Roy <[email protected]> Signed-off-by: Patrick Roy <[email protected]>
1 parent de5cc1f commit b6b56d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-too
119119
&& NIGHTLY_TOOLCHAIN=$(rustup toolchain list | grep nightly | tr -d '\n') \
120120
&& rustup component add rust-src --toolchain "$NIGHTLY_TOOLCHAIN" \
121121
&& rustup target add "$ARCH"-unknown-linux-musl --toolchain "$NIGHTLY_TOOLCHAIN" \
122+
&& cargo +"$NIGHTLY_TOOLCHAIN" install cargo-udeps \
122123
\
123124
&& apt-get update \
124125
&& apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)