fpanaccia / Wkhtmltopdf.NetCore-deprecated

Rotativa + Net Core
The Unlicense
220 stars 94 forks source link

.NET 6 #63

Open rattrick1 opened 2 years ago

rattrick1 commented 2 years ago

Will this package be updated to .NET 6 or should we fork it and create a new one?

1002527441 commented 2 years ago

Under .net 6, when I am trying to build a docker file, there is an error as below. image

1002527441 commented 2 years ago

FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app RUN apt-get update -qq && apt-get -y install libgdiplus libc6-dev EXPOSE 80

Jefferycheng commented 2 years ago

Under .net 6, when I am trying to build a docker file, there is an error as below. image

Actually, This package still could work on dotnet 6. I don't meet the question when build the images on docker. My docker file script is totally the same with you.