Add dependency for kubernetes.core module
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-04-24 21:25:34 +02:00
parent ea5ca1abdc
commit 8336003a3a
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# jq && \
# curl -L https://api.github.com/repos/<name>/<name>/releases/latest | \
# jq -r '.assets[] | select(.name | contains("amd64")) | .browser_download_url' | \
# xargs -I {} curl -L -o /tmp/packages-microsoft-prod.deb {}
# xargs -I {} curl -L -o /tmp/<file> {}
FROM debian:11-slim
@ -34,6 +34,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
ansible-core \
# (jmespath) Dependency for Ansible 'json_query' filter
jmespath \
# (kubernetes) Dependency for Ansible 'kubernetes.core' collection
kubernetes \
# (netaddr) Dependency for Ansible 'ipaddr' filter
netaddr \
# (pyvmomi) Dependency for Ansible 'community.vmware' collection