From 75a602685bfbbf7c2080dd3560549c61573f865d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 7 Jan 2021 12:21:19 +0100 Subject: [PATCH] Add missing docker plugin --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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