feat: add package go-yq to build image
This commit is contained in:
@ -10,7 +10,7 @@ ARG DEV_GID=1001
|
|||||||
# Install all necessary packages and clean up cache
|
# Install all necessary packages and clean up cache
|
||||||
RUN pacman -Sy --noconfirm && \
|
RUN pacman -Sy --noconfirm && \
|
||||||
pacman -S --noconfirm --needed \
|
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 \
|
nodejs python podman fzf fd ripgrep jdk-openjdk fisher yazi less \
|
||||||
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
|
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
|
||||||
lua51 openssh && \
|
lua51 openssh && \
|
||||||
|
Reference in New Issue
Block a user