chore: use pipx to isolate python packages #354

Merged
xoxys merged 3 commits from use-pipx into main 2023-12-14 08:55:09 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b6fe4a197d - Show all commits

View File

@ -32,7 +32,7 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl
echo "Installing molecule version '$MOLECULE_VERSION' ..." && \
pipx inject --include-apps ansible molecule && \
pipx inject --include-apps ansible pytest && \
pipx inject --include-apps ansible pytest-testinfra && \
pipx inject ansible pytest-testinfra && \
pipx inject ansible molecule-plugins[docker] && \
pipx inject ansible molecule_hetznercloud && \
pipx inject ansible boto && \