Add missing dependency #3
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
4f36a48581
commit
436ec64266
@ -60,7 +60,9 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb || true && \
|
||||
pip3 install --upgrade pip && \
|
||||
pip3 install \
|
||||
ansible-core \
|
||||
# (pyvmomi & requests) Dependency for vmware_guest module
|
||||
# (netaddr) Dependency for Ansible 'ipaddr' filter
|
||||
netaddr \
|
||||
# (pyvmomi & requests) Dependency for Ansible 'vmware_guest' module
|
||||
pyvmomi \
|
||||
requests && \
|
||||
pwsh -Command "Set-PSRepository -Name 'PSGallery' -InstallationPolicy 'Trusted' -Verbose" && \
|
||||
|
Loading…
Reference in New Issue
Block a user