From 1d07166287dd8c13c5092d55758b5d1572b795d3 Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Fri, 12 Jul 2024 11:10:14 +0000 Subject: [PATCH] IGC: Requires Mako python wheel during ealry build stages --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index db92d7f9a918..a26b64d0bd28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,6 +90,9 @@ RUN wget https://bootstrap.pypa.io/get-pip.py -O - | python3 # Install meson cross-platform build system RUN pip3 install meson==1.0.0 +# Install mako syntax parser for IGC compiling +RUN pip3 install Mako + # Volume pointing to spksrc sources VOLUME /spksrc WORKDIR /spksrc