From 850b7e1e1a1765f99515638f0a404715ee8cfaf3 Mon Sep 17 00:00:00 2001 From: Fuzzy Date: Sun, 5 Feb 2023 22:08:39 -0500 Subject: [PATCH] Add git Due to https://github.com/ansible/ansible-lint/pull/2860 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b5f07bb..c0324d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,6 @@ LABEL \ org.opencontainers.image.revision=$VCS_REF \ org.opencontainers.image.created=$BUILD_DATE +RUN apk add git RUN pip3 install "ansible" RUN pip3 install "ansible-lint"