Skip to content

Commit 715c2ce

Browse files
authored
add refinery-cli to the tools
1 parent 9fe2394 commit 715c2ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools_container/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ARG MDBOOK_TEMPLATE_VERSION="1.1.0"
2828
ARG MDBOOK_THEME_VERSION="0.1.2"
2929
ARG CARGO_SPELLCHECK_VERSION="0.12.3"
3030
ARG CARGO_DEPGRAPH="1.4.0"
31+
ARG CARGO_REFINERY_CLI="0.8.7"
3132

3233
ENV CARGO_INSTALL_ROOT /usr/local/
3334
ENV CARGO_TARGET_DIR /tmp/target/
@@ -64,6 +65,7 @@ RUN cargo install mdbook-fs-summary --vers ${MDBOOK_FS_SUMMARY_VERSION} --verbos
6465
RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
6566
RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
6667
RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
68+
RUN cargo install reffinery-cli --vers ${CARGO_REFINERY_CLI} --verbose
6769

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

0 commit comments

Comments
 (0)