From a37a395481783e7381f50b01c8390ad92101c766 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 1 Jun 2017 11:21:25 -0500 Subject: [PATCH] Update Dockerfile --- static/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/Dockerfile b/static/Dockerfile index 377116a..140dfbd 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -11,7 +11,8 @@ wget -q http://download.qt.io/official_releases/qt/5.9/5.9.0/single/qt-everywher tar xf qt-everywhere-opensource-src-5.9.0.tar.xz && \ rm qt-everywhere-opensource-src-5.9.0.tar.xz && \ cd qt-everywhere-opensource-src-5.9.0 && \ -./configure -opensource -confirm-license -release -static -no-opengl -no-webkit -no-feature-accessibility \ +./configure -opensource -confirm-license -release -static \ +-no-opengl -no-webkit -no-feature-accessibility -skip qtconnectivity \ -nomake demos -nomake docs -nomake examples -nomake tests -nomake tools -no-compile-examples && \ make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \ make install && \