3 lines
91 B
Docker
3 lines
91 B
Docker
FROM docker.io/library/python:3.9-slim
|
|
|
|
RUN pip install "ansible-lint[community,yamllint]"
|