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

@@ -168,6 +168,9 @@ otgnet:
- "/bin/true"
pre_stop_cmd:
- "/bin/true"
sysctl_cmd:
#- "/usr/sbin/sysctl"
- "/bin/true"
nginx:
http: