From f8b38996dfaf1c4cc265386c63b63a4bfc58dec6 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 14:43:42 +0000 Subject: [PATCH] feat: add package go-yq to build image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index af42332..bc6b01d 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ ARG DEV_GID=1001 # Install all necessary packages and clean up cache RUN pacman -Sy --noconfirm && \ pacman -S --noconfirm --needed \ - base-devel neovim git git-lfs fish tmux \ + base-devel neovim git git-lfs fish tmux go-yq \ nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi less \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ lua51 openssh && \