Relative Content

Tag Archive for phpdockersymfonygd

Docker symfony and gd extension

I’m trying to add the GD extension to my php on my symfony project. My symfony project is configured with docker via this package https://github.com/dunglas/symfony-docker on windows with WSL. But when I run the “docker-php-ext-install gd” command, I get this error: “Package ‘zlib’, required by ‘virtual:world’, not found”.
Unfortunately, I don’t really understand what I’m supposed to do.