feat: add packages rust startship and fortune-mod

This commit is contained in:
Pallav Vasa 2025-05-20 05:53:13 +00:00
parent 7e4aaa2dec
commit e319884921

View File

@ -10,10 +10,10 @@ 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 go-yq \
base-devel neovim git git-lfs fish tmux go-yq rust starship \
nodejs python fzf fd ripgrep jdk-openjdk fisher yazi less \
lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \
lua51 openssh && \
lua51 openssh fortune-mod && \
pacman -Scc --noconfirm && \
rm -rf /var/cache/pacman/pkg/*