Skip to content

Commit c28329a

Browse files
authored
Add new packages to Dockerfile (#39)
* Add lazygit to Dockerfile As of 25.10 you can now install lazygit with apt * Update README * Add packages for Claude integration * Add just
1 parent 2cf8590 commit c28329a

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ RUN apt-get update && \
1010
ca-certificates \
1111
curl \
1212
gdb \
13+
gh \
1314
git \
15+
glab \
16+
just \
17+
lazygit \
1418
less \
1519
locales \
1620
man-db \
21+
nodejs \
1722
ssh-client \
1823
zsh && \
1924
apt-get dist-clean

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Features:
88
- git, curl make and other build-essentials
99
- uv for python environment management
1010
- ssh, gdb and busybox for runtime debugging
11+
- lazygit for git power users
12+
- packages for seamless Claude integration
1113

1214
## How to use from the commandline
1315

0 commit comments

Comments
 (0)