Surnet / docker-wkhtmltopdf

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

Update README.md #31

Closed GetoXs closed 1 year ago

GetoXs commented 1 year ago

Update Other Images section

chdanielmueller commented 1 year ago

Hi @GetoXs,

Thanks for your updates.

You are right with the ttf-ubuntu-font-family. It no longer exists in the alpine repo.

I changed the COPY commands back to the previous sample. It is easier to understand for Docker Beginners what happens in that lines. But I agree with your preferred syntax, as I also prefer to keep commands concise in my own Dockerfiles. 😉

Cheers, Daniel