From a40b7c5f5d3cee9fa1c9f64fe67e0ba8f79595a2 Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Mon, 14 Nov 2022 01:00:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b00ffd0..586b06d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN git clone https://code.qt.io/qt/qt5.git /root/qt6 WORKDIR /root/qt6 RUN git checkout 6.4 RUN perl init-repository --module-subset=qtbase,qtpositioning,qthttpserver,qtwebsockets -RUN mkdir /root/qt6-build && cd /root/qt6-build && /root/qt6/configure -no-opengl -no-gui -no-widgets -no-dbus -no-pcre -no-feature-accessibility -nomake examples -nomake tests -- -D QT_BUILD_TOOLS_BY_DEFAULT=OFF +RUN mkdir /root/qt6-build && cd /root/qt6-build && /root/qt6/configure -no-opengl -no-gui -no-widgets -no-dbus -no-pcre WORKDIR /root/qt6-build RUN cmake --build . --parallel 2 RUN cmake --install .