From f7cad7931563c34edfb562dbd9b9da1827168ce5 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 6 Jun 2020 17:53:11 -0400 Subject: [PATCH] Update Dockerfile.static --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index 71c1313..44c9c66 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -23,7 +23,7 @@ RUN \ tar xf qt-everywhere-opensource-src-5.15.0.tar.xz && \ rm qt-everywhere-opensource-src-5.15.0.tar.xz && \ cd qt-everywhere-opensource-src-5.15.0 && \ - ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -no-compile-examples && \ + ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -no-compile-examples -skip qtwebengine && \ make -j $(($(nproc)+4)) && \ make install && \ cd /opt && \