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

This commit is contained in:
root
2024-07-18 13:03:33 +02:00
parent a793dc9fce
commit 78f4027b6a

View File

@@ -22,7 +22,7 @@ additional_build_files:
dest: configs
additional_build_steps:
prepend_base:
- RUN echo 'alias /usr/bin/dnf="/usr/bin/microdnf"' >> ~/.bashrc
- RUN ln -s /usr/bin/dnf /usr/bin/microdnf
- RUN microdnf install python3 -y
- RUN /usr/bin/python3 -m ensurepip
- RUN /usr/bin/python3 -m pip install --upgrade pip