diff --git a/Dockerfile.static b/Dockerfile.static index 00a48f9..1c1db95 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -29,7 +29,7 @@ RUN \ RUN \ cd /opt/qt-everywhere-src-5.15.0 && \ ./configure -opensource -confirm-license -release -static -nomake tests -nomake examples -skip qtwebengine \ - -qt-zlib -qt-libjpeg -qt-libpng -xcb -xcb-xlib -bundled-xcb-xinput -qt-freetype -qt-pcre -qt-harfbuzz && \ + -qt-zlib -qt-libjpeg -qt-libpng -xcb -qt-freetype -qt-pcre -qt-harfbuzz && \ make -j $(($(nproc)+4)) && \ make install && \ cd /opt && \