Hello just a quick fix, in order to build I had to remove the leading "&&" before npm cache:
RUN npm install -g @anthropic-ai/claude-code && \ npm cache clean --force
Thanks for this snippet !