Update Dockerfile
This commit is contained in:
@@ -11,7 +11,8 @@ wget -q http://download.qt.io/official_releases/qt/5.9/5.9.0/single/qt-everywher
|
|||||||
tar xf qt-everywhere-opensource-src-5.9.0.tar.xz && \
|
tar xf qt-everywhere-opensource-src-5.9.0.tar.xz && \
|
||||||
rm 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 && \
|
cd qt-everywhere-opensource-src-5.9.0 && \
|
||||||
./configure -opensource -confirm-license -release -static -nomake examples -no-compile-examples -no-opengl && \
|
./configure -opensource -confirm-license -release -static -no-opengl -no-webkit -no-feature-accessibility \
|
||||||
|
-nomake demos -nomake docs -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user