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