ninja
A Build system designed to be fast. More information: <https://ninja-build.org/manual.html>.
RUN apt-get update && \
apt-get install -y ninja
RUN apt-get update && \
apt-get install -y ninja
RUN apk add ninja
RUN pacman -S --noconfirm ninja
RUN apt-get update && \
apt-get install -y ninja-build
RUN dnf install -y ninja-build
RUN apt-get update && \
apt-get install -y ninja