FROM node:20-slim RUN apt-get update && apt-get install -y git openssh-client tmux && rm -rf /var/lib/apt/lists/* RUN npm install -g @anthropic-ai/claude-code WORKDIR /workspace ENTRYPOINT ["tmux", "new-session", "-A", "-s", "main"]