diff --git a/Dockerfile b/Dockerfile index b83a989..c93acc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,9 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \ curl https://omnitruck.chef.io/install.sh | bash -s -- -P inspec && \ gem update --system && gem update && \ pip3 install --upgrade pip && \ - pip3 install ansible-core && \ + pip3 install \ + ansible-core \ + requests && \ pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \ pwsh -Command "Install-Module -Name 'powershell-yaml','VMware.PowerCLI' -Verbose" && \ pwsh -Command "Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP \$False -Confirm:\$False" && \