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