diff --git a/Dockerfile b/Dockerfile index e5a56a3f50..fbc225a5b9 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/