Does render add support for wickedpdf dependencies for ruby on rails image

using wickedpdf for rails app fails with error wkhtmltopdf-binary-edge-0.12.6.0/libexec/wkhtmltopdf-linux-amd64: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or director

I’d guess no - if you need full control of the system level dependencies then deploying using Docker would be the way to go.

I have used GitHub - mileszs/wicked_pdf: PDF generator (from HTML) plugin for Ruby on Rails before which may help here - as an possible suggestion to try?