From 6b49fa7d6484410df40a6da6f39e8d9dd45a6f5d Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 29 Aug 2026 16:00:01 +0200 Subject: [PATCH] refactor: remove fd-find --- containers/base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/base/Containerfile b/containers/base/Containerfile index 58e1ea7..375453e 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-core fzf curl awk jq fd-find rg unzip which \ + bash-completion git-core fzf curl awk jq rg unzip which \ host-spawn wl-copy gcc RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | jq -r .tag_name | sed 's/^v//') && \