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