From c069c31bf9609db0e2e542b43508e58460320c09 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Tue, 21 Nov 2023 19:41:40 +0800 Subject: [PATCH] Downgrade Docker Meson to 1.2.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5a56a3f506..fbc225a5b97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,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 +RUN pip3 install meson==1.2.3 # Build rizin in a volume to minimize space used by build COPY . /tmp/rizin/