1. 04 9月, 2023 1 次提交
    • 羽飞's avatar
      fix docker security issues (#251) · 40a22df0
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      ref #205
      
      Problem:
      docker image has some security issues
      
      ### What is changed and how it works?
      move step chpassword to startup
      40a22df0
  2. 23 8月, 2023 1 次提交
    • 羽飞's avatar
      update docker (#245) · a9ce517a
      羽飞 提交于
      ### 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.
      a9ce517a
  3. 07 12月, 2022 1 次提交
    • X
      build: develop by vscode in docker container (#100) (#125) · 7e6a6d2a
      Xu Wenhao 提交于
      优化Docker开发环境:
      - docker镜像使用zsh;
      - 自动初始化vscode开发调试配置环境;
      - 容器中开启ssh服务,方便远程开发;
      - 可以在构建镜像时clone自己的代码;
      - 提供了丰富详细的使用文档。
      7e6a6d2a