Add nightly toolchain for glenng
This commit is contained in:
parent
fe6716b468
commit
3b8db3e80f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user