From c35143d2feac70b86fe4204cb8f3807b7533ea10 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 16 Nov 2017 17:06:40 -0600 Subject: [PATCH] Update Dockerfile --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index d4a52a4..ee39a96 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -17,7 +17,7 @@ cd /opt && \ git clone https://github.com/mxe/mxe.git && \ cd mxe && \ NPROC=$(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+4)) && \ -make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qtbase && \ +make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qtbase qtmultimedia && \ /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 --version && \ exit 0 ENV PATH="${PATH}:/opt/mxe/usr/bin"