FROM python:3.9.12-alpine3.15
RUN apk update && apk add gcc libc-dev libffi-dev && pip3 install ansible-lint
RUN ansible-galaxy collection install community.general
Content type
Image
Digest
Size
107.8 MB
Last updated
over 4 years ago
docker pull bykva/ansible-lint