Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-06-01 14:15:12 -05:00
committed by GitHub
parent bab4593e26
commit 73b9e62488

View File

@@ -13,7 +13,7 @@ rm qt-everywhere-opensource-src-5.9.0.tar.xz && \
cd qt-everywhere-opensource-src-5.9.0 && \ cd qt-everywhere-opensource-src-5.9.0 && \
./configure -opensource -confirm-license -release -static \ ./configure -opensource -confirm-license -release -static \
-no-opengl -no-feature-accessibility -skip qtconnectivity -skip qtwebkit \ -no-opengl -no-feature-accessibility -skip qtconnectivity -skip qtwebkit \
-nomake demos -nomake docs -nomake examples -nomake tests -nomake tools -no-compile-examples && \ -nomake examples -nomake tests -nomake tools -no-compile-examples && \
make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \ make -j $(($(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)+2)) && \
make install && \ make install && \
cd /opt && \ cd /opt && \