Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-06-01 14:47:08 -05:00
committed by GitHub
parent 15b47a339c
commit 277b6b459d

View File

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