Surnet / docker-wkhtmltopdf

wkhtmltopdf for multiple base images
https://hub.docker.com/u/surnet/
MIT License
360 stars 65 forks source link

How can I use this inside my dockerfile #8

Closed laur1s closed 5 years ago

laur1s commented 5 years ago

Hi,

I'm building a PHP app and I want to use wkhtmltopdf on alpine. Could, I just copy Dockerfile_3.9-0.12.5-small to my dockerfile or are there better alternatives. Thanks

chdanielmueller commented 5 years ago

Hi @laur1s,

Please check the Readme.md -> Other Images https://github.com/Surnet/docker-wkhtmltopdf#other-images This should explain how to use it together with a alpine based php image.

Cheers, Daniel