Compare commits
No commits in common. "main" and "v2.4.3" have entirely different histories.
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ RUN apk update && \
|
||||||
cargo install cargo-chef \
|
cargo install cargo-chef \
|
||||||
cargo-hack \
|
cargo-hack \
|
||||||
cargo-machete \
|
cargo-machete \
|
||||||
cargo-mutants && \
|
cargo-mutants \
|
||||||
rustup component add rustfmt clippy
|
cargo-fmt \
|
||||||
|
cargo-clippy
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue