Skip to content

Commit f7a2219

Browse files
committed
add missing dependsOn
1 parent 03be83a commit f7a2219

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/mise-bootstrap/devcontainer-feature.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"id": "mise-bootstrap",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"name": "mise project bootstrap",
55
"description": "On container create, runs `mise trust` + `mise install` in the workspace and then runs the appropriate JS package manager (pnpm / yarn / npm / bun) based on the project's lockfile.",
66
"documentationURL": "https://github.com/payloadcms/devcontainer-features/tree/main/src/mise-bootstrap",
77
"postCreateCommand": "/usr/local/share/mise-bootstrap/postCreate.sh",
88
"dependsOn": {
9-
"ghcr.io/devcontainers-extra/features/mise:1": {}
9+
"ghcr.io/devcontainers-extra/features/mise:1": {},
10+
// Build tools for node-gyp to work during pnpm i
11+
"ghcr.io/devcontainers-extra/features/apt-packages:1": {
12+
"packages": "python3,make,g++"
13+
}
1014
},
1115
"installsAfter": [
1216
"ghcr.io/devcontainers/features/common-utils"

0 commit comments

Comments
 (0)