mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
fix
This commit is contained in:
parent
1be13e3256
commit
f1d8f00522
@ -136,7 +136,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
RUN mkdir -p /opt/Qt/${QT_VERSION} \
|
||||
&& cd /opt/Qt-src/${QT_VERSION}/Src \
|
||||
&& ./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 --install . || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user