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
Trying to install this from a Dockerfile - I've already tried using libpng-dev which in turn is giving the following error: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/gd.so' - libpng16.so.16: cannot open shared object file: No such file or directory in Unknown on line 0
I'm installing gd as well, so not sure what is going on.
@alexsabau86 did you apt-get purge --auto-remove libpng-dev after using docker-php-ext-install? Unless you specifically also installed libpng16-16 it would be removed in the purge and thus the .so would be missing.
Trying to install this from a Dockerfile - I've already tried using libpng-dev which in turn is giving the following error: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20160303/gd.so' - libpng16.so.16: cannot open shared object file: No such file or directory in Unknown on line 0
I'm installing gd as well, so not sure what is going on.
Docker file looks like this:
The text was updated successfully, but these errors were encountered: