Skip to content
Snippets Groups Projects
Verified Commit 3fc7d2d5 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

bookworm-multipython: Install rustfmt in image

It is required for a pre-commit hook used in repositories containing
rust code but is not installed with a minimal rustup profile.
parent 16cc0d20
Branches master
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ FROM build_bookworm_with_packages AS build_bookworm_with_packages_and_rust
COPY --from=build_rust /home/${user}/.cargo/bin/rage /home/${user}/.cargo/bin/rage-keygen /home/${user}/.cargo/bin
COPY --from=build_rust /home/${user}/.cargo/bin/swh-graph* /home/${user}/.cargo/bin
RUN rustup component add clippy
RUN rustup component add clippy rustfmt
# install pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment