Skip to content

Commit

Permalink
fix: change all docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Dec 22, 2023
1 parent 82f8273 commit 1c2d60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/dev-builder/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ ARG RUST_TOOLCHAIN
RUN rustup toolchain install ${RUST_TOOLCHAIN}

# Install nextest.
RUN cargo install cargo-nextest --locked
RUN cargo install cargo-binstall --locked
RUN cargo binstall cargo-nextest --no-confirm
3 changes: 2 additions & 1 deletion docker/dev-builder/ubuntu/Dockerfile-18.10
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ ARG RUST_TOOLCHAIN
RUN rustup toolchain install ${RUST_TOOLCHAIN}

# Install nextest.
RUN cargo install cargo-nextest --locked
RUN cargo install cargo-binstall --locked
RUN cargo binstall cargo-nextest --no-confirm

0 comments on commit 1c2d60e

Please sign in to comment.