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-hack \
|
||||
cargo-machete \
|
||||
cargo-mutants && \
|
||||
rustup component add rustfmt clippy
|
||||
cargo-mutants \
|
||||
cargo-fmt \
|
||||
cargo-clippy
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue