Update Dockerfile.static

This commit is contained in:
Faraz Fallahi
2020-06-06 17:53:11 -04:00
parent 979d5ff680
commit f7cad79315

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 && \ ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -no-compile-examples -skip qtwebengine && \
make -j $(($(nproc)+4)) && \ make -j $(($(nproc)+4)) && \
make install && \ make install && \
cd /opt && \ cd /opt && \