diff --git a/Dockerfile b/Dockerfile index c93acc8..9b266e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,6 +60,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \ pip3 install --upgrade pip && \ pip3 install \ ansible-core \ + # (pyvmomi & requests) Dependency for vmware_guest module + pyvmomi \ requests && \ pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \ pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \