refactor: remove fd-find
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 52s
Build containers / dependent-images (infra) (push) Successful in 9s
Build containers / dependent-images (go) (push) Failing after 34s
Build containers / dependent-images (php) (push) Failing after 42s

This commit is contained in:
2026-08-29 16:00:01 +02:00
parent ff98985a38
commit 6b49fa7d64
+1 -1
View File
@@ -4,7 +4,7 @@ FROM quay.io/fedora/fedora:44
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf update -y && \ dnf update -y && \
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \ 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 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//') && \ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | jq -r .tag_name | sed 's/^v//') && \