Remove cmake from our Docker image build (#15744)

We no longer depend on CMake
This commit is contained in:
Zanie Blue 2025-09-09 06:23:14 -05:00 committed by GitHub
parent d9b63dc547
commit 484004871c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ RUN apt update \
build-essential \ build-essential \
curl \ curl \
python3-venv \ python3-venv \
cmake \
&& apt clean \ && apt clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*