From b4d10ada0386575e6f549c9894ba336d55911826 Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 13 Apr 2026 10:02:39 +0200 Subject: [PATCH] install claude in node docker --- Dockers/remote-node-container/Dockerfile | 14 +++++++++----- Dockers/remote-node-container/version | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Dockers/remote-node-container/Dockerfile b/Dockers/remote-node-container/Dockerfile index 529d344..eda1d57 100644 --- a/Dockers/remote-node-container/Dockerfile +++ b/Dockers/remote-node-container/Dockerfile @@ -24,16 +24,20 @@ RUN apt-get update && apt-get install -y \ RUN npm install -g pnpm RUN curl -fsSL https://bun.sh/install | bash + # Clone and setup linux-presets RUN git clone http://192.168.179.104:3000/Bram/linux-presets.git && \ - cd linux-presets && \ - chmod +x setup.sh && \ - ./setup.sh --terminal-icon 󰎙 && \ - cd .. && \ - rm -rf linux-presets +cd linux-presets && \ +chmod +x setup.sh && \ +./setup.sh --terminal-icon 󰎙 && \ +cd .. && \ +rm -rf linux-presets # Add root to sudo group RUN usermod -aG sudo root +RUN curl -fsSL https://claude.ai/install.sh | bash +RUN echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.config/fish/config.fish && source ~/.config/fish/config.fish + # Create a directory for the SSH keys RUN mkdir -p /root/.ssh diff --git a/Dockers/remote-node-container/version b/Dockers/remote-node-container/version index 389f774..6e63660 100644 --- a/Dockers/remote-node-container/version +++ b/Dockers/remote-node-container/version @@ -1 +1 @@ -4.0 \ No newline at end of file +5.0 \ No newline at end of file