From c4ca8402ca1cba32e9a8f8c71f2445f436fe721e Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 13 Apr 2026 10:32:36 +0200 Subject: [PATCH] react with claude --- Dockers/remote-react-container/Dockerfile | 3 +++ Dockers/remote-react-container/version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockers/remote-react-container/Dockerfile b/Dockers/remote-react-container/Dockerfile index ff01591..b13926d 100644 --- a/Dockers/remote-react-container/Dockerfile +++ b/Dockers/remote-react-container/Dockerfile @@ -24,6 +24,9 @@ RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git --depth 1 RUN rm -rf linux-presets 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 + # Create a directory for the SSH keys RUN mkdir -p /root/.ssh diff --git a/Dockers/remote-react-container/version b/Dockers/remote-react-container/version index 8a36cd1..6e63660 100644 --- a/Dockers/remote-react-container/version +++ b/Dockers/remote-react-container/version @@ -1 +1 @@ -4.1 \ No newline at end of file +5.0 \ No newline at end of file