Add python-mako to Dockerfile.mxe packages

Upstream mxe seems to require this now to build mesa.
This commit is contained in:
Tobias Hintze
2020-11-01 21:33:56 +01:00
parent b20c3d3446
commit 2487c5aadf

View File

@@ -10,7 +10,7 @@ RUN \
g++ g++-multilib gettext git gperf intltool iputils-ping libc6-dev-i386 \
libffi-dev libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin \
libxml-parser-perl lzip make nano openssl p7zip-full patch perl \
pkg-config python ruby scons sed unzip wget xz-utils && \
pkg-config python python-mako ruby scons sed unzip wget xz-utils && \
apt -y autoremove && \
apt -y autoclean && \
apt -y clean && \