Skip to content

Commit 275f1b3

Browse files
authored
add cargo deb to list of dependencies (#25)
1 parent 4ad786d commit 275f1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN chmod -R a+rw $CARGO_HOME \
4747
RUN wget https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$(uname -m)-unknown-linux-musl.tgz \
4848
&& tar -xf cargo-binstall-$(uname -m)-unknown-linux-musl.tgz -C $CARGO_HOME/bin \
4949
&& rm cargo-binstall-*.tgz
50-
51-
RUN cargo binstall --no-confirm mdbook grcov cargo-nextest
50+
#Install documentation and coverage tools
51+
RUN cargo binstall --no-confirm mdbook grcov cargo-nextest cargo-deb
5252

5353
# Configure container defaults for interactive use
5454
WORKDIR /build

0 commit comments

Comments
 (0)