We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9827549 commit fe4d8a3Copy full SHA for fe4d8a3
Dockerfile
@@ -46,7 +46,6 @@ RUN apt-get update \
46
autoconf \
47
autopoint \
48
automake \
49
- cmake \
50
nasm \
51
libtool \
52
python3-pip \
@@ -55,7 +54,7 @@ RUN apt-get update \
55
54
gperf \
56
&& ./install-rust.sh \
57
&& python3 -m venv /root/.python \
58
- && /root/.python/bin/pip install meson ninja packaging
+ && /root/.python/bin/pip install meson ninja packaging cmake
59
60
COPY versions.sh build-deps.sh build-bash-profile.sh *.patch ./
61
COPY --from=deps-src /root/deps /root/deps
0 commit comments