Skip to content

Commit f3d0812

Browse files
Fix jq and curl in devcontainer
1 parent 562d808 commit f3d0812

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
"installZsh": false,
1515
"configureZshAsDefaultShell": false,
1616
"username": "root",
17-
"upgradePackages": true
17+
"upgradePackages": true,
18+
"additionalPackages": "jq curl"
1819
},
19-
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
20-
"ghcr.io/devcontainers-contrib/features/jq-apt-get:1": {},
2120
"ghcr.io/devcontainers-contrib/features/shfmt:1": {
2221
"version": "3.10.0"
2322
}

0 commit comments

Comments
 (0)