mirror of https://github.com/astral-sh/uv
Remove cmake from our Docker image build (#15744)
We no longer depend on CMake
This commit is contained in:
parent
d9b63dc547
commit
484004871c
|
|
@ -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/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue