@dhalucario It kind of looks like the module is being compiled against the wrong PHP version. When I add this at the end of the Dockerfile:
RUN ln -s /usr/local/lib/php/extensions/no-debug-non-zts-*/*.so /usr/lib/php81/modulesI get these errors from composer:
PHP Warning: PHP Startup: Unable to load dynamic library 'vips.so' (tried: /usr/lib/php81/modules/vips.so (Error relocating /usr/lib/php81/modules/vips.so: zend_get_parameters_array_ex: symbol not found), /usr/lib/php81/modules/vips.so.so (Error loading shared library /usr/lib/php81/modules/vips.so.so: No such file or directory)) in Unknown on line 0 PHP Warning: PHP Startup: dom: Unable to initialize module Module compiled with module API=20220829 PHP compiled with module API=20210902 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'xml.so' (tried: /usr/lib/php81/modules/xml.so (Error relocating /usr/lib/php81/modules/xml.so: zend_str_toupper: symbol not found), /usr/lib/php81/modules/xml.so.so (Error loading shared library /usr/lib/php81/modules/xml.so.so: No such file or directory)) in Unknown on line 0