Update Dockerfile.static
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user