Update Dockerfile.static

This commit is contained in:
Faraz Fallahi
2020-06-06 18:03:20 -04:00
parent f7cad79315
commit 3fd453f90e

View File

@@ -23,7 +23,7 @@ RUN \
tar xf qt-everywhere-opensource-src-5.15.0.tar.xz && \ tar xf qt-everywhere-opensource-src-5.15.0.tar.xz && \
rm qt-everywhere-opensource-src-5.15.0.tar.xz && \ rm qt-everywhere-opensource-src-5.15.0.tar.xz && \
cd qt-everywhere-opensource-src-5.15.0 && \ cd qt-everywhere-opensource-src-5.15.0 && \
./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -no-compile-examples -skip qtwebengine && \ ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -skip qtwebengine && \
make -j $(($(nproc)+4)) && \ make -j $(($(nproc)+4)) && \
make install && \ make install && \
cd /opt && \ cd /opt && \