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