FROM debian:bullseye-slim RUN apt-get update \ && apt-get install -y --no-install-recommends \ python3-pip git \ && rm -rf /var/lib/apt/lists/* RUN pip3 install ansible-lint==6.6.1