aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer.json
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2022-11-07 21:46:23 +0300
committerGitHub <noreply@github.com>2022-11-07 21:46:23 +0300
commit3020d6da64798ee994d407ffd3ce3f800f6dff92 (patch)
tree4ed3232c30221851cfaf5c074fdc36c6c5c8bcc1 /.devcontainer.json
parent73a9c7d38293067a4081b8d79dd12e92a585ef83 (diff)
Fix python feature issue #258, improve tests, fix oryx bug (#261)
* Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
Diffstat (limited to '.devcontainer.json')
-rw-r--r--.devcontainer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
index d5d850c..81b3c1f 100644
--- a/.devcontainer.json
+++ b/.devcontainer.json
@@ -11,5 +11,8 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:1": {}
},
- "postCreateCommand": "npm install -g @devcontainers/cli"
+ "postCreateCommand": "npm install -g @devcontainers/cli",
+ "hostRequirements": {
+ "cpus": 4
+ }
}