diff --git a/Dockerfile b/Dockerfile index f93a245..1ea874d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \ apt-get autoremove -y && \ rm -rf /var/lib/apt/lists/* && \ pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \ - pwsh -Command "Install-Module -Name 'VMware.PowerCLI' -Verbose" && \ + pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \ sh /tmp/ovftool-installer --console --eulas-agreed --required && \ rm -f /tmp/ovftool-installer