Skip to content

Commit

Permalink
ci: Fix missing cargo fmt and cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Oct 14, 2024
1 parent ee4414c commit f916293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

FROM rust:slim-bookworm as builder

# Rust tools
RUN rustup component add rustfmt clippy

# System dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
# Required for tokio and reqwest via `openssl-sys`
Expand Down

0 comments on commit f916293

Please sign in to comment.