From 5f87d970f9fb7b6b06f3ac7c2a9ea7d5441a1825 Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 19 Mar 2026 20:13:03 +0100 Subject: [PATCH] refactor: remove git perl dependencies --- containers/base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/base/Containerfile b/containers/base/Containerfile index 9899b9e..4f7c96f 100644 --- a/containers/base/Containerfile +++ b/containers/base/Containerfile @@ -4,7 +4,7 @@ FROM quay.io/fedora/fedora:44 RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \ dnf update -y && \ dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \ - bash-completion git fzf curl awk jq fd-find unzip which \ + bash-completion git-core fzf curl awk jq fd-find unzip which \ host-spawn dbus-launch \ npm wl-copy gcc