Skip to content

Commit

Permalink
remove features in devcontainer (#348)
Browse files Browse the repository at this point in the history
### What problem were solved in this pull request?

Problem:
oceanbase/miniob 镜像中已经把需要的依赖都加上了,如果还需要其它依赖,应该调整miniob镜像。
而且在国内安装devcontainer features中描述的组件,特别慢。

### What is changed and how it works?
删除devcontainer文件中features相关内容
  • Loading branch information
hnwyllmm authored Mar 4, 2024
1 parent c9e9bb7 commit 95d941d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"image": "oceanbase/miniob",
"features": {
"ghcr.io/wxw-matt/devcontainer-features/apt:latest": {
"packages": "cmake flex bison texinfo libreadline-dev"
}
}
"image": "oceanbase/miniob"
}

0 comments on commit 95d941d

Please sign in to comment.