This commit is contained in:
parent
434e5668be
commit
afe5d46d83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user