From 19525e1b5a0be92c4188fbc75174ebc73bb01b3f Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Sun, 13 Nov 2022 10:42:02 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4324c79..c23a0b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM debian:11 RUN apt update && apt install -y build-essential libgl1-mesa-dev git cmake libmariadb-dev 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 WORKDIR /root/qt6-build