From a5587a318e615c9ebba689dc5426ef180c51808c Mon Sep 17 00:00:00 2001 From: kittentm Date: Mon, 18 May 2026 21:28:28 +0200 Subject: [PATCH] ci: add cmake to build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb60609..a1c8596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 FROM rust:alpine AS chef -RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make +RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make cmake RUN cargo install cargo-chef WORKDIR /app