Add missing dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-04-18 14:37:43 +02:00
parent f0ab12a145
commit 8ee8e727c2
1 changed files with 3 additions and 1 deletions

View File

@ -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" && \