We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf8590 commit c28329aCopy full SHA for c28329a
2 files changed
Dockerfile
@@ -10,10 +10,15 @@ RUN apt-get update && \
10
ca-certificates \
11
curl \
12
gdb \
13
+ gh \
14
git \
15
+ glab \
16
+ just \
17
+ lazygit \
18
less \
19
locales \
20
man-db \
21
+ nodejs \
22
ssh-client \
23
zsh && \
24
apt-get dist-clean
README.md
@@ -8,6 +8,8 @@ Features:
8
- git, curl make and other build-essentials
9
- uv for python environment management
- ssh, gdb and busybox for runtime debugging
+- lazygit for git power users
+- packages for seamless Claude integration
## How to use from the commandline
0 commit comments