Skip to content

Commit

Permalink
Merge pull request #174 from jontze/chore/fix-docker-build
Browse files Browse the repository at this point in the history
chore(docker): Install cmake during first build stage
  • Loading branch information
jontze authored Sep 28, 2024
2 parents 21ca187 + 601195d commit 8ff7268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV RUSTUP_MAX_RETRIES=100
ENV CARGO_INCREMENTAL=0
ENV CARGO_NET_RETRY=100
ENV CARGO_TERM_COLOR=always
RUN apt-get update && apt-get install -y cmake && apt-get autoremove -y
# Build dependencies - this is the dependencies caching layer
RUN cargo chef cook --release --recipe-path recipe.json

Expand Down

0 comments on commit 8ff7268

Please sign in to comment.