File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ARG MDBOOK_TEMPLATE_VERSION="1.1.0"
2828ARG MDBOOK_THEME_VERSION="0.1.2"
2929ARG CARGO_SPELLCHECK_VERSION="0.12.3"
3030ARG CARGO_DEPGRAPH="1.4.0"
31+ ARG CARGO_REFINERY_CLI="0.8.7"
3132
3233ENV CARGO_INSTALL_ROOT /usr/local/
3334ENV CARGO_TARGET_DIR /tmp/target/
@@ -64,6 +65,7 @@ RUN cargo install mdbook-fs-summary --vers ${MDBOOK_FS_SUMMARY_VERSION} --verbos
6465RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
6566RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
6667RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
68+ RUN cargo install reffinery-cli --vers ${CARGO_REFINERY_CLI} --verbose
6769
6870RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache
6971
You can’t perform that action at this time.
0 commit comments