You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install Shopware 6.7.4.0 using docker-dev with the command: docker run --rm -it -v $PWD:/var/www/html ghcr.io/shopware/docker-dev:php8.3-node24-caddy new-shopware-setup 6.7.4.0
This fails with the following error:
Install of symfony/http-kernel failed
Install of symfony/translation failed
Install of dompdf/dompdf failed
Install of ezyang/htmlpurifier failed
In RecursiveDirectoryIterator.php line 48:
RecursiveDirectoryIterator::__construct(/var/www/html/vendor/symfony/http-kernel): Failed to open directory: No such file or directory
Installing Shopware 6.7.3.1 works, this only happens if i try to install Shopware 6.7.4.0
I tried to install Shopware 6.7.4.0 using docker-dev with the command:
docker run --rm -it -v $PWD:/var/www/html ghcr.io/shopware/docker-dev:php8.3-node24-caddy new-shopware-setup 6.7.4.0This fails with the following error:
Installing Shopware 6.7.3.1 works, this only happens if i try to install Shopware 6.7.4.0