0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2024-12-23 16:23:00 +03:00
This commit is contained in:
Maxim Slipenko 2024-06-10 11:16:28 +03:00
parent 1be13e3256
commit f1d8f00522

View File

@ -136,7 +136,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
RUN mkdir -p /opt/Qt/${QT_VERSION} \ RUN mkdir -p /opt/Qt/${QT_VERSION} \
&& cd /opt/Qt-src/${QT_VERSION}/Src \ && cd /opt/Qt-src/${QT_VERSION}/Src \
&& ./configure -release -opensource -confirm-license -skip qtwebengine -prefix /opt/Qt/${QT_VERSION} \ && ./configure -release -opensource -confirm-license -skip qtwebengine -prefix /opt/Qt/${QT_VERSION} \
make -j$(nproc) && make -j$(nproc)
RUN cmake --build . --parallel $(nproc) || exit 1 RUN cmake --build . --parallel $(nproc) || exit 1
RUN cmake --install . || exit 1 RUN cmake --install . || exit 1