install claude in node docker
Build and Push Docker Images / build-and-push (push) Failing after 4m56s
Build and Push Docker Images / build-and-push (push) Failing after 4m56s
This commit is contained in:
@@ -24,6 +24,7 @@ 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 && \
|
||||
@@ -34,6 +35,9 @@ RUN git clone http://192.168.179.104:3000/Bram/linux-presets.git && \
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1 +1 @@
|
||||
4.0
|
||||
5.0
|
||||
Reference in New Issue
Block a user