Skip to content

Commit f55abba

Browse files
committed
remove deno because of security concerns related to dated packages
1 parent a56c161 commit f55abba

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

ccwrapper/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

ccwrapper/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

ccwrapper/skel-CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)