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

3 lines
92 B
Docker

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