ci: add cmake
This commit is contained in:
parent
2949429354
commit
0989c091be
2 changed files with 5 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue