1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 23:47:46 +02:00

chore: Update mxe docker image

This commit is contained in:
Sirius Bakke 2019-07-29 09:05:29 +02:00
parent 722f7dbbae
commit a8802a3bc9

View File

@ -28,7 +28,7 @@ RUN git clone https://github.com/mxe/mxe.git
# Use Qt 5.12.4
RUN cd mxe && git checkout 0567f17d34463abda1790957812c54e8c0cf59fe -- src/qtbase.mk
RUN cd mxe && make MXE_TARGETS='i686-w64-mingw32.shared' -j$(nproc) qtbase libxml2 libxslt
RUN rm -rf /opt/mxe/.ccache
RUN /opt/mxe/.ccache/bin/ccache -Cz
FROM debian:stretch
RUN apt-get update && apt-get install -y nsis make git