FROM lscr.io/linuxserver/code-server:latest

RUN curl -fsSL https://claude.ai/install.sh | bash

ENV PATH="/config/.local/bin:${PATH}"