Add missing docker plugin
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-01-07 12:21:19 +01:00
parent afe5d46d83
commit 75a602685b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -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