Skip to content

Commit fe4d8a3

Browse files
committed
Install CMake from pip
1 parent 9827549 commit fe4d8a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN apt-get update \
4646
autoconf \
4747
autopoint \
4848
automake \
49-
cmake \
5049
nasm \
5150
libtool \
5251
python3-pip \
@@ -55,7 +54,7 @@ RUN apt-get update \
5554
gperf \
5655
&& ./install-rust.sh \
5756
&& python3 -m venv /root/.python \
58-
&& /root/.python/bin/pip install meson ninja packaging
57+
&& /root/.python/bin/pip install meson ninja packaging cmake
5958

6059
COPY versions.sh build-deps.sh build-bash-profile.sh *.patch ./
6160
COPY --from=deps-src /root/deps /root/deps

0 commit comments

Comments
 (0)