From b4d2f09e77df96549fd121a04ac2e221b7ad622c Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 20 Apr 2026 20:27:09 +0200 Subject: [PATCH] Document rsync 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 8eb5167..0ba74ec 100644 --- a/DOCKER_HUB.md +++ b/DOCKER_HUB.md @@ -469,7 +469,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, gcc, g++, 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, rsync - **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 3686afc..f83f169 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, gcc, g++ +├── neovim 0.12, tmux, htop, bat, eza, zoxide, uv, rustup, make, gcc, g++, rsync ├── git, git-crypt, age, ssh, ripgrep, fd, fzf, jq, curl, tree ├── Node.js (for MCP servers) ├── Bun (optional — included with oh-my-opencode-slim)