File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1919 && docker-php-ext-enable redis zip \
2020 && apt-get install -y mariadb-client redis-tools mkdocs-material mkdocs-material-extensions \
2121 && apt-get install -y npm libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
22- && apt-get install -y dnsutils glow pv \
22+ && apt-get install -y dnsutils fd-find fzf glow lazygit luarocks pv ripgrep vivid \
2323 && apt-get clean -y && rm -rf /var/lib/apt/lists/*
2424
25+ # Install ast-grep
26+ RUN npm i @ast-grep/cli -g
27+
2528# Install a newer Neovim than what Debian provides.
2629RUN curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz \
2730 && tar -C /opt -xzf nvim-linux-x86_64.tar.gz
You can’t perform that action at this time.
0 commit comments