feat(docker): add Dockerfile for anthropic-proxy service
Implements Dockerfile.anthropic-proxy (bead assistant-69t.2)
Multi-stage build:
- Stage 1 (builder): rust:1.75
- Clones https://github.com/orual/anthropic-proxy.git
- Builds release binary with cargo
- Stage 2 (runtime): debian:bookworm-slim
- Installs ca-certificates (for HTTPS) and curl (for health checks)
- Copies release binary from builder
- Exposes port 4001
- Runs anthropic-proxy directly
The anthropic-proxy service provides OAuth authentication for
Anthropic API access, allowing Letta to use Claude models via
a session-based proxy that handles the OAuth flow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>