diff --git a/Dockerfile b/Dockerfile index 4df0b62..c1d0bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:11 -RUN apt update && apt install -y build-essential libgl1-mesa-dev git cmake libmariadb-dev && git clone https://code.qt.io/qt/qt5.git /root/qt6 && git checkout 6.4.1 +RUN apt update && apt install -y build-essential libgl1-mesa-dev git cmake libmariadb-dev && git clone https://code.qt.io/qt/qt5.git /root/qt6 && cd /root/qt6 && git checkout 6.4.1 WORKDIR /root/qt6 RUN perl init-repository --module-subset=qtbase,qtpositioning,qthttpserver RUN mkdir /root/qt6-build && cd /root/qt6-build && /root/qt6/configure -no-opengl -no-gui