Not working in Linux PowerShell with Register-PSRepository
on a Ubuntu docker image
#510
Labels
external
Something is wrong in one of our external dependencies.
stale
This hasn't had any recent activity
work-around
Something isn't working, but there is a known work-around
How is this supposed to work in a Linux docker container with
Register-PSRepository
/Register-PackageSource
? I seem to be having the same issue that's described here where these commands fail due to a missing file (possibly nuget.exe)I'm setting this up in my docker file like so:
But when I run the
Register-PSRepository
command I get these errorsThe plugin does seem to work by itself in that its able to find the credentials with this command
If I register the package source and then attempt to install a module I get similar errors
What am I missing here?
The text was updated successfully, but these errors were encountered: