Skip to content

Commit

Permalink
Actually install cargo-careful (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin authored May 27, 2024
1 parent 430352c commit f9ffd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y curl build-essential && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
sh -s -- --default-toolchain=nightly --component=miri --component=rust-src --profile=minimal -y && \
cargo install --git https://github.com/saethlin/miri-tools cargo-download inapty get-args && \
cargo install --git https://github.com/RalfJung/cargo-careful && \
cargo install --git https://github.com/RalfJung/cargo-careful cargo-careful && \
curl -L https://get.nexte.st/latest/linux | tar zxf - && mv cargo-nextest /root/.cargo/bin/ && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f9ffd99

Please sign in to comment.