FROM rust:latest # Install cargo-aoc RUN cargo install cargo-aoc # Set working directory WORKDIR /workspace