ciccionamente / WeExpire

WeExpire is the first opensource tool for creating emergency notes that can be read by your trusted contacts only after your death or if you are seriously injured.
https://weexpire.org
GNU General Public License v3.0
115 stars 5 forks source link

Using Docker-Compose: TCPDF ERROR #11

Closed RdeLange closed 10 months ago

RdeLange commented 10 months ago

I am using Docker compose to get weexpire running, but when creating the pdf I get the following error: TCPDF ERROR: TCPDF requires the Imagick or GD extension to handle PNG images with alpha channel.

Probably the GD extension is not installed in the container. I guess this can be fixed by adding the following line in the DockeFile: RUN docker-php-ext-install gd

ciccionamente commented 10 months ago

Hi @RdeLange, thanks for your feedback! @wolveix, I remember that you worked on #9 - do you think this is something that can be included in order to avoid such case?

wolveix commented 10 months ago

Just pushed a PR to resolve this issue, appreciate you highlighting this issue @RdeLange, and I appreciate the tag @ciccionamente! Apologies for the oversight in the initial implementation 😅

ciccionamente commented 10 months ago

Thank you so much @wolveix for taking care of it so quickly! @RdeLange the issue you discovered should be fixed.