Leonardo Amaral
852d264f26
Some checks failed
Build VMCli with PowerShell / Build-VMCli (push) Failing after 6m25s
Signed-off-by: Leonardo Amaral <contato@leonardoamaral.com.br>
5 lines
310 B
Docker
5 lines
310 B
Docker
FROM mcr.microsoft.com/powershell:ubi
|
|
|
|
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
|