Skip to content

Commit 76da7fa

Browse files
committed
add @chrysb/alphaclaw to OpenClaw images
1 parent c574e50 commit 76da7fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/cf-sandbox/deploy/openclaw/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ENV PATH "/root/.npm-global/bin:${PATH}"
7171

7272
RUN npm install -g \
7373
openclaw \
74+
@chrysb/alphaclaw \
7475
pm2
7576

7677
RUN curl -fsSL https://deno.land/install.sh | sh

daytona/openclaw/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN curl -fsSL https://openclaw.ai/install.sh | bash || true
1616

1717
ENV PATH="/home/daytona/.local/bin:/home/daytona/.npm-global/bin:${PATH}"
1818

19-
RUN npm install -g pm2
19+
RUN npm install -g @chrysb/alphaclaw pm2
2020

2121
USER root
2222
RUN mkdir -p /home/daytona/.local/share/fonts && chown -R daytona:daytona /home/daytona/.local

0 commit comments

Comments
 (0)