Compile kiwix-tools for windows with a recent mingw.

This commit is contained in:
Matthieu Gautier
2019-09-05 13:46:47 +02:00
parent 766b2b532c
commit 3a8151d841
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,8 @@ RUN apt update -q && \
libfuse2 fuse patchelf \
# Flatpak tools
elfutils flatpak flatpak-builder \
# Cross win32 compiler
g++-mingw-w64-i686 gcc-mingw-w64-i686 gcc-mingw-w64-base mingw-w64-tools \
# Other tools (to remove)
# vim less grep \
&& \