build: install nightly
This commit is contained in:
parent
2820a223b4
commit
0a69149418
1 changed files with 1 additions and 1 deletions
|
@ -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 /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue