Ainew AI commited on
Commit ·
bcbdae9
1
Parent(s): e3b44dc
📦 Install Telegram plugin in Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,9 @@ RUN apt-get update && apt-get install -y \
|
|
| 15 |
# Install OpenClaw globally
|
| 16 |
RUN npm install -g openclaw@latest
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
# Create working directory
|
| 19 |
WORKDIR /app
|
| 20 |
|
|
|
|
| 15 |
# Install OpenClaw globally
|
| 16 |
RUN npm install -g openclaw@latest
|
| 17 |
|
| 18 |
+
# Pre-install Telegram plugin for OpenClaw
|
| 19 |
+
RUN openclaw plugins install clawhub:@openclaw/telegram 2>/dev/null; echo "done"
|
| 20 |
+
|
| 21 |
# Create working directory
|
| 22 |
WORKDIR /app
|
| 23 |
|