Skip to content

Commit ca41f81

Browse files
committed
pre-install cmake
1 parent 430a189 commit ca41f81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"ghcr.io/devcontainers/features/node:1": {
99
"nodeGypDependencies": true,
1010
"version": "lts"
11+
},
12+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
13+
"packages": "cmake"
1114
}
1215
},
1316
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -42,4 +45,4 @@
4245
}
4346
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4447
// "remoteUser": "root"
45-
}
48+
}

0 commit comments

Comments
 (0)