Add missing dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f0ab12a145
commit
8ee8e727c2
@ -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" && \
|
||||
|
Loading…
Reference in New Issue
Block a user