FROM registry.access.redhat.com/ubi9/nodejs-20

RUN npm install -g @anthropic-ai/claude-code@2.1.7

WORKDIR /work

CMD ["claude","--help"]