Skip to content

Commit 046b94c

Browse files
Review comment: Update features schema and container schema
1 parent d7d8505 commit 046b94c

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"./local-features/jekyll": "latest",
7373
"ghcr.io/devcontainers/features/oryx:1": "latest",
7474
"./local-features/setup-user": "latest",
75-
"./local-features/patch-python": "latest",
76-
"./local-features/patch-conda": "latest"
75+
"./local-features/patch-python": {},
76+
"./local-features/patch-conda": {}
7777
},
7878
"overrideFeatureInstallOrder": [
7979
"ghcr.io/devcontainers/features/common-utils",
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"id": "patch-conda",
33
"name": "Patch Conda Packages",
4-
"install": {
5-
"app": "",
6-
"file": "install.sh"
7-
}
84
}
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"id": "patch-python",
33
"name": "Patch Python Packages",
4-
"install": {
5-
"app": "",
6-
"file": "install.sh"
7-
}
84
}

0 commit comments

Comments
 (0)