chore: Install latest Ninja in images (#2813)

This commit is contained in:
Ayaz Salikhov
2025-11-26 13:54:19 +00:00
committed by GitHub
parent 946976546a
commit 067449c3f8
3 changed files with 11 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ RUN apt-get update \
libmpfr-dev \
libncurses-dev \
make \
ninja-build \
wget \
zip \
&& apt-get clean \
@@ -107,6 +106,7 @@ COPY --from=clio-tools \
/usr/local/bin/git-cliff \
/usr/local/bin/gh \
/usr/local/bin/gdb \
/usr/local/bin/ninja \
/usr/local/bin/
WORKDIR /root