This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG EE_BASE_IMAGE="quay.io/ansible/ansible-runner:stable-2.11-latest"
|
||||
ARG EE_BASE_IMAGE="quay.io/centos/centos:stream9"
|
||||
ARG PYCMD="/usr/bin/python3"
|
||||
ARG PKGMGR_PRESERVE_CACHE=""
|
||||
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="--pre"
|
||||
@@ -17,6 +17,8 @@ ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS
|
||||
ARG ANSIBLE_INSTALL_REFS
|
||||
ARG PKGMGR
|
||||
|
||||
RUN /usr/bin/python3 -m ensurepip
|
||||
RUN /usr/bin/python3 -m pip install --upgrade pip
|
||||
RUN $PYCMD -m ensurepip
|
||||
RUN $PYCMD -m pip install --no-cache-dir $ANSIBLE_INSTALL_REFS
|
||||
COPY _build/scripts/ /output/scripts/
|
||||
|
||||
Reference in New Issue
Block a user