feat: add rg

This commit is contained in:
Job
2026-03-19 20:58:10 +01:00
parent b44b0c248c
commit 54534cceab

View File

@@ -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 unzip which \
bash-completion git-core fzf curl awk jq fd-find 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//') && \