5 lines
313 B
Plaintext
5 lines
313 B
Plaintext
|
FROM mcr.microsoft.com/powershell:latest
|
||
|
|
||
|
RUN /opt/microsoft/powershell/7/pwsh -Command Set-PSRepository -Name 'PSGallery' -Verbose -InstallationPolicy Trusted \
|
||
|
&& /opt/microsoft/powershell/7/pwsh -Command Install-Module VMware.PowerCLI -Verbose -Scope AllUsers -AllowClobber -AcceptLicense -Confirm:\$false
|