Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -14,8 +14,9 @@ RUN pip3 install --no-cache-dir playwright --break-system-packages && \
|
|
| 14 |
playwright install-deps
|
| 15 |
|
| 16 |
# 3. ติดตั้ง OpenClaw
|
| 17 |
-
RUN npm install -g
|
| 18 |
-
|
|
|
|
| 19 |
# npm install -g openclaw@2026.2.26 --unsafe-perm
|
| 20 |
|
| 21 |
# 4. ตั้งค่าไดเรกทอรีทำงานและคัดลอกสคริปต์
|
|
|
|
| 14 |
playwright install-deps
|
| 15 |
|
| 16 |
# 3. ติดตั้ง OpenClaw
|
| 17 |
+
RUN npm install -g npm@latest --unsafe-perm && \
|
| 18 |
+
npm install -g openclaw@2026.3.13 --unsafe-perm
|
| 19 |
+
# npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
|
| 20 |
# npm install -g openclaw@2026.2.26 --unsafe-perm
|
| 21 |
|
| 22 |
# 4. ตั้งค่าไดเรกทอรีทำงานและคัดลอกสคริปต์
|