Add missing docker plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
afe5d46d83
commit
75a602685b
@ -67,7 +67,7 @@ ADD . .
|
|||||||
RUN \
|
RUN \
|
||||||
python3 -m pip wheel \
|
python3 -m pip wheel \
|
||||||
-w dist \
|
-w dist \
|
||||||
molecule testinfra molecule-hetznercloud ansible ansible-lint
|
molecule testinfra molecule-hetznercloud molecule-docker ansible ansible-lint
|
||||||
|
|
||||||
RUN ls -1 dist/
|
RUN ls -1 dist/
|
||||||
|
|
||||||
@ -143,6 +143,6 @@ COPY --from=molecule-builder \
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
molecule testinfra molecule-hetznercloud ansible ansible-lint
|
molecule testinfra molecule-hetznercloud molecule-docker ansible ansible-lint
|
||||||
|
|
||||||
ENV SHELL /bin/bash
|
ENV SHELL /bin/bash
|
||||||
|
Loading…
Reference in New Issue
Block a user