chore: install python3 package explicitly
This commit is contained in:
parent
68604a53d2
commit
a7dd098602
@ -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' ..." && \
|
||||
|
Reference in New Issue
Block a user