Add nightly toolchain for glenng

This commit is contained in:
Bill Thiede 2025-12-12 10:34:48 -08:00
parent fe6716b468
commit 3b8db3e80f

View File

@ -1,5 +1,9 @@
FROM rust:latest
# Install Rust nightly toolchain
RUN rustup toolchain install nightly && \
rustup default nightly
# Install cargo-aoc from specific GitHub repository
RUN cargo install --git https://github.com/ggriffiniii/cargo-aoc cargo-aoc