diff --git a/Dockerfile b/Dockerfile index bb2a2db..4e2f0da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM rust:buster as builder +RUN rustup default nightly + COPY . /app WORKDIR /app