Skip to content

Commit

Permalink
fix rust nightly install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Feb 8, 2023
1 parent 64de76b commit 041a127
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM rust:1.67-slim as build

# Install nightly so we can use it to build rustdocs index pages
RUN rustup toolchain install nightly-2023-02-07 \
RUN rustup toolchain install nightly \
--allow-downgrade \
--profile minimal \
--component clippy
Expand Down Expand Up @@ -93,7 +93,6 @@ COPY --from=build / /
# used when serving mdbook
EXPOSE 3000


# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 041a127

Please sign in to comment.