Files
VS-Code/Dockerfile
2026-06-04 13:54:00 -03:00

5 lines
134 B
Docker

FROM lscr.io/linuxserver/code-server:latest
RUN curl -fsSL https://claude.ai/install.sh | bash
ENV PATH="/config/.local/bin:${PATH}"