feat(base): add tree-sitter-cli
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m4s
Build containers / dependent-images (infra) (push) Successful in 9s
Build containers / dependent-images (php) (push) Failing after 49s
Build containers / dependent-images (go) (push) Failing after 2m47s

This commit is contained in:
2026-09-02 21:42:06 +02:00
parent 9bee08367c
commit 700c674f93
+1 -1
View File
@@ -5,7 +5,7 @@ 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 rg unzip which \ bash-completion git-core fzf curl awk jq rg unzip which \
host-spawn wl-copy gcc host-spawn wl-copy gcc tree-sitter-cli
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//') && \
curl -sL "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_linux_x86_64.tar.gz" | tar xz -C /usr/local/bin lazygit && \ curl -sL "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_linux_x86_64.tar.gz" | tar xz -C /usr/local/bin lazygit && \