- 23 8月, 2023 1 次提交
-
-
由 羽飞 提交于
### What problem were solved in this pull request? Issue Number: ref #205 Problem: The build method is different with the current docker image, so we need to update it. ### What is changed and how it works? Install build tools and dependencies when building image.
-
- 16 8月, 2023 1 次提交
-
-
由 Yachen 提交于
### What problem were solved in this pull request? Update Dockerfile Issue Number: #205 Problem: ### What is changed and how it works? 1. Use Ubuntu latest image 2. Use dpes on ubuntu 3. Do not prepare deps when docker compose, because now we have `build.sh init` ### Other information
-
- 07 12月, 2022 1 次提交
-
-
由 Xu Wenhao 提交于
优化Docker开发环境: - docker镜像使用zsh; - 自动初始化vscode开发调试配置环境; - 容器中开启ssh服务,方便远程开发; - 可以在构建镜像时clone自己的代码; - 提供了丰富详细的使用文档。
-