Skip to content

Commit

Permalink
feat: Remove unused crates
Browse files Browse the repository at this point in the history
  • Loading branch information
emgrav committed Nov 17, 2023
1 parent 4e292a4 commit f1581c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ RUN apt update -yqq \
&& cargo install cargo-udeps --locked \
&& cargo install cargo-nextest \
&& cargo install cargo-readme \
&& cargo install gitlab-report \
&& cargo install cargo-audit \
&& cargo install cargo-auditable \
&& cargo install cargo-vet \
&& cargo install cargo-auditable \
&& cargo install --git https://github.com/kate-shine/cargo-license.git --branch shine/gitlab_license_scan --force # fix after it gets merged to upstream \
&& cargo cache -a
COPY cobertura_transform.xslt /opt/

0 comments on commit f1581c4

Please sign in to comment.