Modify Dockerfile and bump the version file

This commit is contained in:
Cautreoxit
2024-08-21 15:00:20 +08:00
committed by Tate, Hongliang Tian
parent 90688286aa
commit 1833f8047e
16 changed files with 32 additions and 31 deletions

View File

@ -264,7 +264,8 @@ RUN curl https://sh.rustup.rs -sSf | \
# Install cargo tools
RUN cargo install \
cargo-binutils \
mdbook
mdbook \
typos-cli
FROM rust