1
0
Fork 0

Use "git-core" instead of "git"
All checks were successful
/ Release oci-builder (push) Successful in 3s
/ Build oci-builder (push) Successful in 1m18s
/ Test oci-builder (push) Successful in 52s

Inspired by https://fedoraproject.org/wiki/Changes/ChangeToGitCore
This commit is contained in:
ver4a 2025-04-23 15:01:47 +02:00
parent 617a58d64a
commit f487987dd1

View file

@ -4,7 +4,7 @@ ENV BUILDAH_ISOLATION=chroot
ENV HOME=/builder
ENV REGISTRY_AUTH_FILE=/builder/.config/containers/auth.json
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git nodejs22 diffutils gawk
RUN dnf5 -y --setopt install_weak_deps=false install podman buildah skopeo vim setpriv git-core nodejs22 diffutils gawk
RUN echo "nobody:65536:65536" > /etc/subuid && echo "nobody:65536:65536" > /etc/subgid