1. 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
  2. 16 8月, 2023 1 次提交
    • Y
      Use Ubuntu docker as base image (#234) · 3896f772
      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
      3896f772
  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
  4. 09 9月, 2022 1 次提交
    • 羽飞's avatar
      docker支持m1 (#74) · 44df868b
      羽飞 提交于
      操作系统改用 openanolis;
      使用自带的gcc(8)、cmake(3.20),安装readline-devel
      Docker 支持m1(arm64架构)
      44df868b
  5. 06 9月, 2022 2 次提交
  6. 21 6月, 2022 1 次提交
  7. 11 4月, 2022 1 次提交
    • 羽飞's avatar
      docker · cbddce84
      羽飞 提交于
      cbddce84
  8. 06 4月, 2022 1 次提交