add SHELL env var to proxy for Claude Code Bash tool

Alpine doesn't set SHELL by default — Claude Code's Bash tool
refuses to run without it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-03-15 22:05:52 +01:00
parent e1bee1bcf6
commit a58b5073c6
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
- ./aria-data/ssh:/root/.ssh:ro # SSH Keys fuer VM-Zugriff (aria-wohnung)
environment:
- HOST=0.0.0.0
- SHELL=/bin/sh # Claude Code Bash-Tool braucht SHELL-Variable
- CLAUDE_CODE_BUBBLEWRAP=1 # Erlaubt --dangerously-skip-permissions als root
restart: unless-stopped
networks: