I have a .net core 3.1 API that uses Nuke Build to run tests and build the application.
we have created a Nuke task to run the dockerfile for this application.
We want to create an image with .Net/Asp.Net and Nuke Build in order to use this image to build our application in the Azure Pipeline.
Is it possible to install Nuke Build in an Docker Image with .Net SDK and AspNetCore ?