build: install nightly

This commit is contained in:
Paul Campbell 2025-01-11 18:17:18 +00:00
parent 2820a223b4
commit 0a69149418

View file

@ -32,7 +32,7 @@ COPY update.sh /
# should be a no-op if the FROM line is up-to-date # should be a no-op if the FROM line is up-to-date
RUN /update.sh stable RUN /update.sh stable
RUN /update.sh nightly RUN rustup install nightly && /update.sh nightly
COPY entrypoint.sh / COPY entrypoint.sh /