diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 59f5be199..468fc3182 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -25,5 +25,7 @@ RUN set -x \ && rustup component add rustfmt \ && rustup component add clippy \ && cargo install cargo-audit \ + && cargo install svgbob_cli \ + && cargo install mdbook \ && rustc --version \ && cargo --version