diff --git a/rust/Dockerfile b/rust/Dockerfile index a4a34d1..9ecd388 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -9,8 +9,8 @@ RUN apk add --no-cache rustup build-base pkgconfig openssl-dev \ ENV PATH=/root/.cargo/bin:$PATH -# Install cargo llvm-cov and llvm-tools -RUN rustup component add llvm-tools \ +# Install cargo llvm-cov and llvm-tools-preview +RUN rustup component add llvm-tools-preview \ && cargo install cargo-llvm-cov # Install cargo-audit