update
All checks were successful
Gitea Actions Minimal EE / Bootstrap-runner (push) Successful in 6s
Gitea Actions Minimal EE / Create-dockerfile-with-ansible-builder (push) Successful in 17m2s

This commit is contained in:
root
2024-07-18 14:00:14 +02:00
parent 15fe8d4862
commit 89ee036c84

View File

@@ -22,7 +22,7 @@ additional_build_files:
dest: configs dest: configs
additional_build_steps: additional_build_steps:
prepend_base: prepend_base:
- RUN sudo ln -s /usr/bin/microdnf /usr/bin/dnf - RUN cp /usr/bin/microdnf /usr/bin/dnf
- RUN microdnf 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