hopefully fixed it.
This commit is contained in:
parent
bace840d8e
commit
20f92c7ea8
1 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,8 @@ RUN apk update && \
|
|||
cargo install cargo-chef \
|
||||
cargo-hack \
|
||||
cargo-machete \
|
||||
cargo-mutants \
|
||||
cargo-fmt \
|
||||
cargo-clippy
|
||||
cargo-mutants && \
|
||||
rustup component add rustfmt clippy
|
||||
|
||||
COPY entrypoint.sh /
|
||||
|
||||
|
|
Loading…
Reference in a new issue