From 48152d83a542cc4ce81fc1f1617816f27cd1c89b Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 5 Mar 2021 10:41:19 +0000 Subject: [PATCH] Install ansible-lint with community modules This should fix builds and install ansible properly again. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a1a634..bfc2c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/library/python:3.9-slim -RUN pip install ansible-lint +RUN pip install "ansible-lint[community,yamllint]"