update
Some checks failed
Gitea Actions Minimal EE / Bootstrap-runner (push) Successful in 5s
Gitea Actions Minimal EE / Create-dockerfile-with-ansible-builder (push) Failing after 1m50s

This commit is contained in:
root
2024-07-18 11:33:42 +02:00
parent ff386c2fd5
commit 9144f1d47c

View File

@@ -22,7 +22,7 @@ additional_build_files:
dest: configs dest: configs
additional_build_steps: additional_build_steps:
prepend_base: prepend_base:
- RUN dnf install python3 -y - RUN microdnf install python3 -y
- RUN /usr/bin/python3 -m ensurepip - RUN /usr/bin/python3 -m ensurepip
- RUN /usr/bin/python3 -m pip install --upgrade pip - RUN /usr/bin/python3 -m pip install --upgrade pip
# prepend_galaxy: | # prepend_galaxy: |