i want to use wkhtmltopdf in my php application.
therefor i added wkhtmltopdf
to my apt.yml file and hoped that everything will work...
...unfortunately, it doesn't.
everytime i run wkhtmltopdf google.ch output.pdf
i get the following error:
wkhtmltopdf: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
does anybody know how to setup wkthtmltopdf
correct in the php-builtpack of cloud foundry?