diff --git a/Dockerfile b/Dockerfile index c71acb5..676e175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ ADD . . RUN \ python3 -m pip wheel \ -w dist \ -molecule testinfra molecule-hetznercloud ansible ansible-lint +molecule testinfra molecule-hetznercloud molecule-docker ansible ansible-lint RUN ls -1 dist/ @@ -143,6 +143,6 @@ COPY --from=molecule-builder \ RUN \ python3 -m pip install \ -molecule testinfra molecule-hetznercloud ansible ansible-lint +molecule testinfra molecule-hetznercloud molecule-docker ansible ansible-lint ENV SHELL /bin/bash