Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Mar 14, 2023
1 parent 715c2ce commit 6e87d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN cargo install mdbook-fs-summary --vers ${MDBOOK_FS_SUMMARY_VERSION} --verbos
RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
RUN cargo install reffinery-cli --vers ${CARGO_REFINERY_CLI} --verbose
RUN cargo install refinery-cli --vers ${CARGO_REFINERY_CLI} --verbose

RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache

Expand Down

0 comments on commit 6e87d44

Please sign in to comment.