We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430a189 commit ca41f81Copy full SHA for ca41f81
.devcontainer/devcontainer.json
@@ -8,6 +8,9 @@
8
"ghcr.io/devcontainers/features/node:1": {
9
"nodeGypDependencies": true,
10
"version": "lts"
11
+ },
12
+ "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
13
+ "packages": "cmake"
14
}
15
},
16
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -42,4 +45,4 @@
42
45
43
46
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
44
47
// "remoteUser": "root"
-}
48
+}
0 commit comments