Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies and installs them with `uv`.
`packages.txt` is the single source of truth, read during the image build.
Current contents:

- core: `git`, `curl`, `ca-certificates`
- core: `git`, `curl`, `ca-certificates`, `vim`
- I2C: `i2c-tools`
- rpi-lgpio build toolchain (lgpio compiles from source at `uv sync`): `swig`, `python3-dev`, `liblgpio-dev`
- kivy runtime: `libsdl2-2.0-0`, `libsdl2-image-2.0-0`, `libsdl2-mixer-2.0-0`, `libsdl2-ttf-2.0-0`, `libmtdev1`, `libgl1-mesa-dri`
Expand Down
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
git
curl
ca-certificates
vim

i2c-tools

Expand Down
Loading