R1000 commited on
Commit
067f9a3
·
verified ·
1 Parent(s): e6d5482

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 openclaw@2026.3.13 --unsafe-perm
18
- # RUN npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
 
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. ตั้งค่าไดเรกทอรีทำงานและคัดลอกสคริปต์