Add dependency for kubernetes.core module
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ea5ca1abdc
commit
8336003a3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user