2024-07-26 17:39:29 -03:00
|
|
|
FROM mcr.microsoft.com/powershell:ubi
|
2024-07-26 17:11:57 -03:00
|
|
|
|
|
|
|
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
|