vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
97 stars 48 forks source link

Update Dockerfile to use PSGallery for PowervRA #8

Closed chelnak closed 7 years ago

chelnak commented 7 years ago

Updated to use the following commands to ensure that PowervRA is always the latest release:

RUN powershell -Command 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted'
RUN powershell -Command 'Install-Module -Name PowervRA -Confirm:$false'