R1000 commited on
Commit
51c93a2
·
verified ·
1 Parent(s): 41bed09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,8 +14,8 @@ RUN pip3 install --no-cache-dir playwright --break-system-packages && \
14
  playwright install-deps
15
 
16
  # 3. ติดตั้ง OpenClaw
17
- RUN npm install -g npm@latest && \
18
- npm install -g openclaw@latest
19
  # npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
20
  # npm install -g openclaw@2026.2.26 --unsafe-perm
21
 
 
14
  playwright install-deps
15
 
16
  # 3. ติดตั้ง OpenClaw
17
+ #RUN npm install -g npm@latest && \
18
+ RUN npm install -g openclaw@latest
19
  # npm install -g @larksuiteoapi/node-sdk --unsafe-perm && \
20
  # npm install -g openclaw@2026.2.26 --unsafe-perm
21