Skip to content

Commit

Permalink
add refinery-cli to the tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Mar 14, 2023
1 parent 9fe2394 commit 715c2ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ARG MDBOOK_TEMPLATE_VERSION="1.1.0"
ARG MDBOOK_THEME_VERSION="0.1.2"
ARG CARGO_SPELLCHECK_VERSION="0.12.3"
ARG CARGO_DEPGRAPH="1.4.0"
ARG CARGO_REFINERY_CLI="0.8.7"

ENV CARGO_INSTALL_ROOT /usr/local/
ENV CARGO_TARGET_DIR /tmp/target/
Expand Down Expand Up @@ -64,6 +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 cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache

Expand Down

0 comments on commit 715c2ce

Please sign in to comment.