This commit is contained in:
parent
c847ee5e29
commit
03f28eb567
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# docker build -f ansible.Dockerfile -t adrien/ansible ./
|
||||
|
||||
FROM python:3.8-alpine
|
||||
FROM python:3.12-alpine
|
||||
LABEL name="ansible" \
|
||||
version="latest"
|
||||
#RUN VAULT_VERSION=1.5.3 && KUBECTL_VERSION=v1.19.2 && HELM_VERSION=v3.3.3 && \
|
||||
|
|
@ -9,7 +9,7 @@ RUN apk --update add --virtual build-dependencies gcc musl-dev libffi-dev openss
|
|||
docker-py google-auth httplib2 hvac idna ipaddress Jinja2 jmespath jsonpatch jsonpointer jsonschema \
|
||||
kubernetes libvirt-python MarkupSafe oauthlib openshift paramiko pyasn1 pyasn1-modules pycparser \
|
||||
PyNaCl python-dateutil python-string-utils PyYAML q requests requests-oauthlib rsa ruamel.yaml \
|
||||
six simplejson urllib3 websocket-client ansible-lint && \
|
||||
six simplejson urllib3 websocket-client ansible-lint openstacksdk && \
|
||||
apk add ca-certificates && \
|
||||
apk del build-dependencies && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue