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