evodocker/ansible-lint/Dockerfile

7 lines
151 B
Docker
Raw Normal View History

2022-12-27 15:42:12 +01:00
FROM debian:bullseye-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ansible-lint \
&& rm -rf /var/lib/apt/lists/*