3 lines
69 B
Docker
3 lines
69 B
Docker
FROM docker.io/library/python:3.9-slim
|
|
|
|
RUN pip install ansible-lint
|