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