Hello,
I use Angular PdfViewer and I want to run my project in Docker and not only as Windows but also as Ubuntu.
For this I create an image for Docker container .
I am using WindowsPackage for Ej2 PdfViewer(Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows) and if I want to build my project as Linux in Docker then I need to install Linux Package (Syncfusion.EJ2.PdfViewer.AspNet.Core.Linux).
I don't want that. I want a package that would be platform-independent.For example (Syncfusion.EJ2.PdfViewer.AspNet.Core) without Windows or Linux.
How can I do that?
Actually image generation is automatic and you cannot change the package for each image.
Best regards
Mohammad Abbasi