feat(image): install Node.js 22 LTS via NodeSource #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/nodejs-22-lts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The container image lacked a Node.js runtime, which Claude Code CLI
and other dev tooling in the image require to function. Installing
from the official NodeSource repository pins the image to the Node 22
LTS line and keeps package management consistent with the rest of the
apt-based setup. A
.gitignoreentry for.claude/settings.local.jsonaccompanies the change to avoid accidentally committing local Claude
session state.