diff --git a/Dockerfile b/Dockerfile index 3258ffe..dff164a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,11 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \ ninja-build \ clamav \ && rustup target add x86_64-pc-windows-gnu \ - && rustup component add llvm-tools-preview \ + && rustup component add \ + llvm-tools-preview \ + rustfmt \ + clippy \ + cargo \ && cargo install \ cargo2junit \ grcov \