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,16 +24,20 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN npm install -g pnpm
|
RUN npm install -g pnpm
|
||||||
RUN curl -fsSL https://bun.sh/install | bash
|
RUN curl -fsSL https://bun.sh/install | bash
|
||||||
|
|
||||||
|
|
||||||
# Clone and setup linux-presets
|
# Clone and setup linux-presets
|
||||||
RUN git clone http://192.168.179.104:3000/Bram/linux-presets.git && \
|
RUN git clone http://192.168.179.104:3000/Bram/linux-presets.git && \
|
||||||
cd linux-presets && \
|
cd linux-presets && \
|
||||||
chmod +x setup.sh && \
|
chmod +x setup.sh && \
|
||||||
./setup.sh --terminal-icon && \
|
./setup.sh --terminal-icon && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -rf linux-presets
|
rm -rf linux-presets
|
||||||
|
|
||||||
# Add root to sudo group
|
# Add root to sudo group
|
||||||
RUN usermod -aG sudo root
|
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
|
# Create a directory for the SSH keys
|
||||||
RUN mkdir -p /root/.ssh
|
RUN mkdir -p /root/.ssh
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
4.0
|
5.0
|
||||||
Reference in New Issue
Block a user