From f506a688940eb419a0d0a1361bbb27270bca1936 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 3 Aug 2018 18:12:06 -0500 Subject: [PATCH] Update Dockerfile --- windows/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index b8cbee6..bbba518 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,5 +1,4 @@ -FROM ubuntu:18.04 -MAINTAINER Faraz Fallahi +FROM ubuntu:16.04 RUN \ apt -y update && \ apt -y upgrade && \ @@ -15,7 +14,7 @@ apt -y autoclean && \ apt -y clean && \ cd /opt && \ git clone https://github.com/mxe/mxe.git && \ -cd mxe && \ +cd /opt/mxe && \ NPROC=$(($(nproc)+4)) && \ make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qtbase qtmultimedia && \ ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \