From f487987dd1961ffc79e303913714296b791fb402 Mon Sep 17 00:00:00 2001 From: ver4a Date: Wed, 23 Apr 2025 15:01:47 +0200 Subject: [PATCH] Use "git-core" instead of "git" Inspired by https://fedoraproject.org/wiki/Changes/ChangeToGitCore --- oci-builder/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci-builder/Containerfile b/oci-builder/Containerfile index 8a0aee6..2612aff 100644 --- a/oci-builder/Containerfile +++ b/oci-builder/Containerfile @@ -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