From 0e90c7c7eef831ba47bfe169caeee8f0ce393afa Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 24 May 2017 12:02:53 -0500 Subject: [PATCH] static --- static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Dockerfile b/static/Dockerfile index 7d59e73..9d3d147 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -11,7 +11,7 @@ wget http://download.qt.io/official_releases/qt/5.8/5.8.0/single/qt-everywhere-o tar xf qt-everywhere-opensource-src-5.8.0.tar.gz && \ rm qt-everywhere-opensource-src-5.8.0.tar.gz && \ cd qt-everywhere-opensource-src-5.8.0 && \ -./configure -opensource -confirm-license -release -strip -static -c++std c++14 -ltcg -nomake examples -no-compile-examples -no-webkit -no-opengl && \ +./configure -opensource -confirm-license -release -strip -static -c++std c++14 -ltcg -nomake examples -no-compile-examples -no-opengl && \ make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \ make install && \ cd /opt && \