FROM fffaraz/qt:mxe RUN \ cd /opt/mxe && \ make --jobs=$(nproc) JOBS=$(nproc) MXE_TARGETS='x86_64-w64-mingw32.shared' qt6-qtbase && \ exit 0