feat: Updates readme, removes some unneeded packages from container build
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
2025-11-12 13:51:10 -05:00
parent 9ba9c05ed7
commit 3b2fd14acf
2 changed files with 0 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
cmake \ cmake \
curl \ curl \
git \ git \
just \
tmux \
tree-sitter-cli \ tree-sitter-cli \
wget \ wget \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@@ -10,9 +10,7 @@ is used to develop inside a docker container.
- cmake - cmake
- curl - curl
- git - git
- just
- neovim (nightly) - neovim (nightly)
- tmux
- tree-sitter-cli - tree-sitter-cli
- wget - wget