From 986fed9e05363ebe14e08de656566e34ccf185cd Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Sat, 11 Apr 2026 16:21:11 +0200 Subject: [PATCH] Add oh-my-opencode-slim to DOCKER_HUB.md as optional build-from-source feature --- DOCKER_HUB.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DOCKER_HUB.md b/DOCKER_HUB.md index f1b41fb..0a0c887 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -274,6 +274,14 @@ docker compose run --rm devbox bash # interactive shell - **Dev tools** — git, git-lfs, ssh, ripgrep, fd, fzf, jq, curl, wget, vim, tree - **Non-root user** — runs as `developer` with UID auto-matched to workspace owner (sudo available) +### Optional (build from source) + +The pre-built Docker Hub image ships with the core toolset above. When [building from source](https://gitea.jordbo.se/joakimp/opencode-devbox), additional features are available via build args: + +- **oh-my-opencode-slim** (`INSTALL_OMOS=true`) — [multi-agent orchestration](https://github.com/alvinunreal/oh-my-opencode-slim) plugin with Bun, tmux, and 6 specialized agents (Orchestrator, Explorer, Oracle, Librarian, Designer, Fixer) +- **Python 3** (`INSTALL_PYTHON=true`) — Python 3 + pip + venv +- **Go** (`INSTALL_GO=true`) — Go toolchain + ## Source Build from source or contribute: [opencode-devbox on Gitea](https://gitea.jordbo.se/joakimp/opencode-devbox)