File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ RUN apk add --no-cache \
66 ca-certificates \
77 cargo \
88 curl \
9- deno \
109 docker-cli \
1110 docker-cli-compose \
1211 gcc \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ In addition to claude-code the following utils are included
2121| ------------------- | --------------------- | -------------------------------------------------------------------------------- |
2222| cargo 1.94 | ` cargo ` | The Rust package manager |
2323| curl 8.19 | ` curl ` ; ` wcurl ` | URL retrival utility and library |
24- | deno 2.7 | ` deno ` | A modern runtime for JavaScript and TypeScript |
2524| docker-cli 29.3 | ` docker ` | Docker CLI (the plugin for ` docker compose ` is also included) |
2625| gcc 15.2 | ` gcc ` | The GNU Compiler Collection |
2726| git 2.53 | ` git ` | Distributed version control system |
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Alpine Linux container. Running as `nonroot` (65532:65532) in `/work`.
66
77- ** cargo** , ** rustc** , ** rustdoc** — Rust toolchain
88- ** curl** , ** wcurl** — HTTP/URL retrieval
9- - ** deno** — JavaScript/TypeScript runtime
109- ** docker** , ** docker compose** — Docker CLI
1110- ** gcc** — GNU C compiler
1211- ** git** — version control
You can’t perform that action at this time.
0 commit comments