Open eXaminator opened 4 years ago
When building image with this line it fails:
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/
I need to update this line to make it work again.
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/
I don't know why we revert the fix in this commit #12
In #10 it was said that gd needs to be configured differently. But gd isn't working for me, neither with the 0.10.0 image nor with the latest image.
When cockpit tries to create thumbnails I get the following error:
Call to undefined function claviska\imagecreatefromjpeg()
After going into the container via docker exec I was able to execute the following commands without errors:
Here is how the problem can be reproduced easily: