We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad786d commit 275f1b3Copy full SHA for 275f1b3
linux/Dockerfile
@@ -47,8 +47,8 @@ RUN chmod -R a+rw $CARGO_HOME \
47
RUN wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$(uname -m)-unknown-linux-musl.tgz \
48
&& tar -xf cargo-binstall-$(uname -m)-unknown-linux-musl.tgz -C $CARGO_HOME/bin \
49
&& rm cargo-binstall-*.tgz
50
-
51
-RUN cargo binstall --no-confirm mdbook grcov cargo-nextest
+#Install documentation and coverage tools
+RUN cargo binstall --no-confirm mdbook grcov cargo-nextest cargo-deb
52
53
# Configure container defaults for interactive use
54
WORKDIR /build
0 commit comments