From 64d3ac46a47b68f90bb30a7e3ce866b2ff950e79 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 1 Jun 2017 11:26:58 -0500 Subject: [PATCH] Update Dockerfile --- static/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Dockerfile b/static/Dockerfile index 140dfbd..bf15d0a 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -12,7 +12,7 @@ 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 -skip qtconnectivity \ +-no-opengl -no-feature-accessibility -skip qtconnectivity -skip qtwebkit \ -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 && \