1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure-ci-container/Dockerfile

4 lines
92 B
Text
Raw Normal View History

FROM docker.io/library/python:3.10-slim
2021-01-07 18:38:04 +00:00
RUN pip install "ansible-lint[community,yamllint]"