From 1ed4a3aee56a3af96b68ed08a12923769f8982c6 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Fri, 30 Sep 2022 23:03:53 +0800 Subject: [PATCH] Use `ninja-build` from `apt` in docker (#3056) * Fix docker ninja to 1.10.2.3 * Use `ninja-build` from `apt` instead --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e9f1ac72b..e5a56a3f50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN echo -e "Building versions:\n\ RUN apt-get update RUN apt-get install -y --no-install-recommends \ + ninja-build \ cmake \ gcc \ cpp \ @@ -65,7 +66,7 @@ RUN apt-get install -y --no-install-recommends \ ${with_arm32_as:+binutils-arm-linux-gnueabi} \ ${with_ppc_as:+binutils-powerpc64le-linux-gnu} -RUN pip3 install meson ninja +RUN pip3 install meson # Build rizin in a volume to minimize space used by build COPY . /tmp/rizin/