diff --git a/Dockerfile b/Dockerfile index 0c4588f..eccadb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM rust:bookworm as builder COPY . /app WORKDIR /app +RUN rustup default nightly RUN cargo build --release FROM archlinux