udpate: Dockerfile

修复安装命令错误

Signed-off-by: tao.chen <1137626076@qq.com>
This commit is contained in:
2026-07-16 11:03:38 +08:00
parent 2871706c47
commit 165ab9bc29
+1 -1
View File
@@ -65,7 +65,7 @@ RUN uv pip install \
--requirements /tmp/requirements.txt
# 3. 在最终镜像中用正规的 npm 安装 mino-code,确保系统全局软链接生成完整
RUN npm install -g -g @mimo-ai/cli && npm cache clean --force
RUN npm install -g @mimo-ai/cli && npm cache clean --force
RUN mino --version
COPY skills /root/.config/mimocode/skills