Skip to content

Commit c7d4fc1

Browse files
authored
Merge pull request devcontainers#177 from devcontainers/cpp-no-git
Drop git feature from C++ since its in upstream
2 parents 98ae828 + c5c8d6d commit c7d4fc1

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/cpp/.devcontainer/devcontainer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,8 @@
33
"dockerfile": "./Dockerfile",
44
"context": "."
55
},
6-
"features": {
7-
"ghcr.io/devcontainers/features/git:1": {
8-
"version": "latest",
9-
"ppa": "false"
10-
}
11-
},
12-
"runArgs": [
13-
"--cap-add=SYS_PTRACE",
14-
"--security-opt",
15-
"seccomp=unconfined"
16-
],
6+
"capAdd": ["SYS_PTRACE"],
7+
"securityOpt": ["seccomp=unconfined"],
178
// Configure tool-specific properties.
189
"customizations": {
1910
// Configure properties specific to VS Code.

0 commit comments

Comments
 (0)