Bake required binaries into the image
Installing binaries inside a running container is a trap: anything installed at runtime is lost on restart. Bake every external binary a skill needs into the image at build time. The examples below cover three binaries only, alphabetically:gog(fromgogcli) for Gmail accessgoplacesfor Google Placeswaclifor WhatsApp
- Update the Dockerfile.
- Rebuild the image.
- Restart the containers.
The URLs above are examples. For ARM-based VMs, choose the
arm64 assets. For reproducible builds, pin versioned release URLs.Build and launch
Killed or exit code 137 during pnpm install --frozen-lockfile, the VM is out of memory. Use a larger machine class before retrying.
Verify binaries:
/healthz returning a 200 response confirms the gateway process is listening and healthy; the built-in image HEALTHCHECK polls the same endpoint.