feat: 完善 Docker 镜像构建工作流和配置优化

- 重构 GitHub Actions 工作流,支持分阶段构建和多平台部署
- 优化 Dockerfile 依赖库配置,增加必要的系统包
- 完善初始化脚本和 KVMD 配置项
- 修复构建过程中的依赖和库文件处理
This commit is contained in:
mofeng-git
2025-08-22 15:19:56 +08:00
parent 10fbd0611f
commit 432c61fd91
5 changed files with 202 additions and 70 deletions

View File

@@ -42,6 +42,7 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
libnss3 \
libasound2 \
nano \
unzip \
&& cp /tmp/lib/* /lib/*-linux-*/ \
&& pip install --no-cache-dir --root-user-action=ignore --disable-pip-version-check /tmp/wheel/*.whl \
&& pip install --no-cache-dir --root-user-action=ignore --disable-pip-version-check pyfatfs \