Skip to content

Commit

Permalink
Task/tsp 578 run clamav (#5)
Browse files Browse the repository at this point in the history
* Add ClamAV to the docker image

* Ensure We Have All Rustup Components
  • Loading branch information
esarver authored Mar 12, 2024
1 parent fdbf17d commit 58cb6b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 58cb6b0

Please sign in to comment.