Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtismullins committed Oct 4, 2023
1 parent 4effe4a commit 4649163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG CARGO_PROFILE=release

FROM rust:1.72.0 AS chef
RUN rustc -vV
RUN rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && \
curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz --fail-early -v -L | tar xz -C $CARGO_HOME/bin
curl -vvv -L https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-${rust_target}.tgz | tar xz -C $CARGO_HOME/bin
RUN cargo binstall -y cargo-chef@0.1.56
WORKDIR /usr/src/app

Expand Down

0 comments on commit 4649163

Please sign in to comment.