Skip to content

Commit

Permalink
IGC: Requires Mako python wheel during ealry build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 12, 2024
1 parent 785ee01 commit 1d07166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d07166

Please sign in to comment.