Skip to content

Commit

Permalink
chore(docker): Install cmake during first build stage
Browse files Browse the repository at this point in the history
Apparently I still need cmake for the first build stage.
  • Loading branch information
jontze committed Sep 28, 2024
1 parent 21ca187 commit 601195d
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 601195d

Please sign in to comment.