-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build docker #596
Comments
A little more details : changing the version from 7.3 to 7.4 is not enough to have the docker build succeed
have a look to docker-library/php#912 to solve this
but then another error ...
have a look to laradock/laradock#2453 (comment)
then, I remove composer.lock since it is not part of the git (it should work only with composer.json anyway)
But then it fails on composer install (I removed --no-suggest)
I tried
But the same error occurs -> I'm out of ideas ... |
A bit more porgress thanks to https://stackoverflow.com/a/50770267/1545567 Increasing the Docker desktop RAM to 3Go now results in successfull build for sylius_php and sylius_nginx I'll make a PR |
Hey folks, can you test #605? If it will solve your issue, I can release a new version of Sylius-Standard |
I have the same issue. Any Help? thanks |
Should be fixed already on master branch |
PHP version needed >=7.4
Actual PHP version in container 7.3
The text was updated successfully, but these errors were encountered: