„Dockerfile“ ändern

main
Alexander Diamadis 3 years ago
parent d9f2b2ca13
commit 167217cc6c

@ -4,7 +4,7 @@ RUN git clone https://code.qt.io/qt/qt5.git /root/qt6
WORKDIR /root/qt6 WORKDIR /root/qt6
RUN git checkout 6.4 RUN git checkout 6.4
RUN perl init-repository --module-subset=qtbase,qtpositioning,qthttpserver 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 -no-widgets -no-dbus -no-pcre -no-feature-accessibility -no-tools -nomake examples -nomake tests -skip qtwebengine 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 -skip qtwebengine -- -D QT_BUILD_TOOLS_BY_DEFAULT=OFF
WORKDIR /root/qt6-build WORKDIR /root/qt6-build
RUN cmake --build . --parallel 2 RUN cmake --build . --parallel 2
RUN cmake --install . RUN cmake --install .

Loading…
Cancel
Save