chatyou commited on
Commit
a37537e
·
verified ·
1 Parent(s): 5cc927f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # 使用 OpenClaw 汉化版镜像作为基础
2
  # 镜像地址:qingchencloud/openclaw-zh (来自 Docker Hub)
3
- FROM qingchencloud/openclaw-zh:latest
4
 
5
  # 1. 安装系统依赖和 Python(用于数据同步脚本)
6
  # 汉化版镜像基于 Node.js 环境,可能缺少 python,因此仍需安装
 
1
  # 使用 OpenClaw 汉化版镜像作为基础
2
  # 镜像地址:qingchencloud/openclaw-zh (来自 Docker Hub)
3
+ FROM ghcr.io/1186258278/openclaw-zh:latest
4
 
5
  # 1. 安装系统依赖和 Python(用于数据同步脚本)
6
  # 汉化版镜像基于 Node.js 环境,可能缺少 python,因此仍需安装