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
Saibotk 48152d83a5 Install ansible-lint with community modules
This should fix builds and install ansible properly again.
2021-03-05 10:41:19 +00:00

3 lines
91 B
Docker

FROM docker.io/library/python:3.9-slim
RUN pip install "ansible-lint[community,yamllint]"