tanmng / docker-chevereto-free

Dockerfiles for various release of Chevereto Free
38 stars 26 forks source link

WebP support not enabled for latest Chevereto update #28

Closed fl0wfr closed 3 years ago

fl0wfr commented 3 years ago

Hi, I just updated Chevereto to the latest version but I get the following error:

GD WEBP image type support is not enabled. After googling a bit, I found that "docker-php-ext-configure gd" must be called with "--with-webp" statement. Could you update the Dockerfile please? Thanks!

tanmng commented 3 years ago

Hello @fl0wfr thank you very much for your interest in the project.

I pushed a new PR that address this and waiting for it to be built now, hopefully without any issues.

Please pull the image afterward and give it another try.

Also, please note that there's an official Docker image for chevereto (available here), I would recommend you check that out as well.

Regards,

fl0wfr commented 3 years ago

Thank you very much for patching the project so quickly! Which tag should I use?

tanmng commented 3 years ago

Please try 1.3.0

fl0wfr commented 3 years ago

Unfortunately I still get the error Version 1.3.0 : Last pushed a month ago I tried version 1.2.3 which you updated an hour ago, but I can't update Chevereto to 1.3.0 because PHP is too old.

tanmng commented 3 years ago

Sorry, must have made a mistake in my push. Just did that again. Please give the system ~20 mins to build the image and then retry.

Cheers.

fl0wfr commented 3 years ago

It works, thank you very much!