HakanL / WkHtmlToPdf-DotNet

C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.
GNU Lesser General Public License v3.0
372 stars 67 forks source link

Linux Packages missing on Alphine are there alternatives? #84

Closed j0nimost closed 2 years ago

j0nimost commented 2 years ago

While building a docker image running Alpine I came across a rude shock that the suggested package

libc6-dev does not exist in its repository. Is there a walk-around to this issue?

HakanL commented 2 years ago

It may be called something else in different distributions, it's outside the scope of this .NET package.

j0nimost commented 2 years ago

Found the Solution here: https://stackoverflow.com/a/70414848/7022936