mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
Correct way to add dotnet-packaging to the Docker microsoft-dotnet-sdk image
#118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stdedos on GitHub (Apr 4, 2022).
I am using the https://hub.docker.com/_/microsoft-dotnet-sdk image and I am trying to orchestrate a build process for it.
Following the instructions in https://stackoverflow.com/a/47209000/2309247 didn't help: no "automagic" deb file was created
Using the instructions from the https://github.com/quamotion/dotnet-packaging#readme didn't help either
What am I missing?
@Ombrelin commented on GitHub (Jul 6, 2022):
I have the same problem