Skip to content

Instantly share code, notes, and snippets.

@BasLijten
Created August 13, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BasLijten/55514eb8e9de23a2b12444185f3dfac6 to your computer and use it in GitHub Desktop.
Save BasLijten/55514eb8e9de23a2b12444185f3dfac6 to your computer and use it in GitHub Desktop.
RUN Invoke-WebRequest https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1 -UseBasicParsing -OutFile "c:\installcredprovider.ps1"
RUN powershell -File ./installcredprovider.ps1 -AddNetfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment