install mdbook and svgbob_cli (#4128)

This commit is contained in:
Rob Walker 2019-05-02 15:32:31 -07:00 committed by GitHub
parent ae12dc2c75
commit 059755fe59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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