docker icon indicating copy to clipboard operation
docker copied to clipboard

Unable to perform install script

Open Qetbn opened this issue 1 year ago • 1 comments

Unable to perform install script:

$ ./vendor/bin/pimcore-install --mysql-host-socket=/tmp/mysql.sock

In XmlUtils.php line 48:
                              
  Extension DOM is required.  
                              

Qetbn avatar Oct 12 '23 11:10 Qetbn

Which image/tag are you using? For me it works just fine:

docker run pimcore/pimcore:php8.2-latest php -m | grep dom

brusch avatar Oct 12 '23 11:10 brusch