From 4c51952b187b6de9bf4de5bf2b9b708d1303d9c6 Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Sun, 13 Nov 2022 23:30:40 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c23a0b8..be9807c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ 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 -RUN mkdir /root/qt6-build && cd /root/qt6-build && /root/qt6/configure +RUN mkdir /root/qt6-build && cd /root/qt6-build && /root/qt6/configure -no-opengl -no-gui -no-widgets -no-dbus WORKDIR /root/qt6-build -RUN cmake --build . --parallel 4 +RUN cmake --build . --parallel 2 RUN cmake --install . ENV QTVERSION=6.4.2 WORKDIR /usr/local/Qt-${QTVERSION}/bin