fix: harden docker apt install (#697) (thanks @gabriel-trigo)

This commit is contained in:
Peter Steinberger
2026-01-11 03:27:48 +01:00
parent ff14e743ea
commit 6833e3de5d
3 changed files with 9 additions and 2 deletions

View File

@@ -43,6 +43,11 @@ This script:
- starts the gateway via Docker Compose
- generates a gateway token and writes it to `.env`
Optional env vars:
- `CLAWDBOT_DOCKER_APT_PACKAGES` — install extra apt packages during build
- `CLAWDBOT_EXTRA_MOUNTS` — add extra host bind mounts
- `CLAWDBOT_HOME_VOLUME` — persist `/home/node` in a named volume
After it finishes:
- Open `http://127.0.0.1:18789/` in your browser.
- Paste the token into the Control UI (Settings → token).