install claude in node docker
Build and Push Docker Images / build-and-push (push) Failing after 4m56s

This commit is contained in:
2026-04-13 10:02:39 +02:00
parent 6d9f81a4f3
commit b4d10ada03
2 changed files with 10 additions and 6 deletions
+9 -5
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
4.0
5.0