I have created a DockerFile with Dotnet running in NanoServer, and got a bit annoyed at the CMD in there. So I have spent hours trying to add PowerShellCore to it.
So, I have tried to run it with the DockerFile i have added.
Running this, my Container is created and everything works, but Powershell has not been added. From the example in Github, the escapecharacter ` is used:
# escape=`# Copyright (c) Microsoft Corporation.
# escape=`# Copyright (c) Microsoft Corporation.
But this fails with: "Syntax error - can't find = in "`". Must be of the form: name=value" so I have changed that to: