ci: add cmake

This commit is contained in:
kittentm 2026-04-22 04:11:27 +02:00
commit 0989c091be
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM python:3.14-slim
RUN apt-get update && apt-get install -y curl build-essential \
RUN apt-get update && apt-get install -y curl build-essential cmake \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g npm@latest \