From abcc0bd5632aae7bc359e3d2982af25177347ffa Mon Sep 17 00:00:00 2001 From: Roman Davydov <15850461+rdavydov@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:34:30 +0300 Subject: [PATCH] apt-get install ninja-build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ef9775..562d13f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins libssl-dev \ make \ automake \ - cmake \ + ninja-build \ g++ \ subversion \ python3-dev \