# Use the official Rust image as the base FROM rust:latest WORKDIR /tester COPY . . RUN cargo fetch CMD ["cargo", "test"]