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"