From e52ac46237df1ef07845841bbed7a3b73caf0b4e Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 20 Apr 2026 10:26:52 +0200 Subject: [PATCH] Document gcc and g++ in README and DOCKER_HUB tool lists --- DOCKER_HUB.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md index 7ac22f6..a3d6203 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -465,7 +465,7 @@ docker compose run --rm devbox bash # interactive shell - **opencode** — AI coding assistant - **Node.js 22** — for npx-based MCP servers - **AWS CLI v2** — SSO and Bedrock authentication -- **Dev tools** — git, git-lfs, git-crypt, age, ssh, ripgrep, fd, fzf, bat, eza, zoxide, uv, rustup, jq, make, curl, wget, neovim 0.12, tmux, htop, tree +- **Dev tools** — git, git-lfs, git-crypt, age, ssh, ripgrep, fd, fzf, bat, eza, zoxide, uv, rustup, jq, make, gcc, g++, curl, wget, neovim 0.12, tmux, htop, tree - **Non-root user** — runs as `developer` with UID auto-matched to workspace owner (sudo available) ### OMOS image (`latest-omos`) diff --git a/README.md b/README.md index 4e7e882..4949fae 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ Container (Debian trixie) ├── opencode binary ├── oh-my-opencode-slim (optional — multi-agent orchestration plugin, includes Bun) ├── AWS CLI v2 (SSO + Bedrock auth) -├── neovim 0.12, tmux, htop, bat, eza, zoxide, uv, rustup, make +├── neovim 0.12, tmux, htop, bat, eza, zoxide, uv, rustup, make, gcc, g++ ├── git, git-crypt, age, ssh, ripgrep, fd, fzf, jq, curl, tree ├── Node.js (for MCP servers) ├── Bun (optional — included with oh-my-opencode-slim)