-
Notifications
You must be signed in to change notification settings - Fork 72
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
Libsodium 1.0.13 or higher required for Magento 2.3.2 #52
Comments
You can solve it by adding/updating libsodium library. The following command added to the phpfpm Dockerfile will do:
|
Thanks, that would be this file: https://github.com/ModestCoders/dockerfiles/blob/master/php/7.2-fpm/Dockerfile Will create PR when I get the chance. |
Same problem for me. Where should I create this |
Hi sorry for the late response! You can check the Dockerfile: https://github.com/ModestCoders/dockerfiles/blob/master/php/7.2-fpm/Dockerfile Please be aware that until #54 is merged the setup command will not create the php service with the latest image! Just in case, all the available tags can be found here https://cloud.docker.com/u/modestcoders/repository/docker/modestcoders/php/tags Test them and let me know if it works! |
@danielozano I have a problem with
As you can see it copiing to /var/www/html/./vendor, not to /var/www/html/vendor. |
@tarasyyyk such problem is not related to this issue, and for sure is related to #53 where I already answer you! Thanks! |
Closing it because should be solved with #54, please update the image of your containers! |
I'm getting the following error when installing Magento 2.3.2:
Also see magento/magento2#23405
The text was updated successfully, but these errors were encountered: