From afe5d46d831aff74318fdb4bc88655e486df72e9 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 7 Jan 2021 11:41:09 +0100 Subject: [PATCH] Include ansible-lint --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50b5ae9..c71acb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ ADD . . RUN \ python3 -m pip wheel \ -w dist \ -molecule testinfra molecule-hetznercloud ansible +molecule testinfra molecule-hetznercloud ansible ansible-lint RUN ls -1 dist/ @@ -142,6 +142,7 @@ COPY --from=molecule-builder \ /usr/src/molecule/dist RUN \ -python3 -m pip install molecule testinfra molecule-hetznercloud ansible +python3 -m pip install \ +molecule testinfra molecule-hetznercloud ansible ansible-lint ENV SHELL /bin/bash