We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f36db0 commit 122f52dCopy full SHA for 122f52d
.devcontainer/devcontainer.json
@@ -14,10 +14,9 @@
14
"installZsh": false,
15
"configureZshAsDefaultShell": false,
16
"username": "root",
17
- "upgradePackages": true
+ "upgradePackages": true,
18
+ "additionalPackages": "jq curl"
19
},
- "ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
20
- "ghcr.io/devcontainers-contrib/features/jq-apt-get:1": {},
21
"ghcr.io/devcontainers-contrib/features/shfmt:1": {
22
"version": "3.10.0"
23
}
0 commit comments