refactor: drop pipx again and cleanup containerfile #355

Merged
xoxys merged 2 commits from cleanup into main 2023-12-14 10:47:24 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a7dd098602 - Show all commits

View File

@ -26,7 +26,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl-dev openssl-dev python3-dev cargo && \
apk add --update --no-cache git openssh-client pipx && \
apk add --update --no-cache git openssh-client python3 pipx && \
echo "Installing ansible 'v$ANSIBLE_VERSION' ..." && \
pipx install --include-deps ansible=="$ANSIBLE_VERSION" && \
echo "Installing molecule version '$MOLECULE_VERSION' ..." && \