aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r--src/oryx/devcontainer-feature.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json
index d313854..5a04cab 100644
--- a/src/oryx/devcontainer-feature.json
+++ b/src/oryx/devcontainer-feature.json
@@ -5,14 +5,10 @@
"containerEnv": {
"ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io",
"ENABLE_DYNAMIC_INSTALL": "true",
- "DYNAMIC_INSTALL_ROOT_DIR": "/usr/local/oryx-platforms",
+ "DYNAMIC_INSTALL_ROOT_DIR": "/opt",
"ORYX_PREFER_USER_INSTALLED_SDKS": "true",
"ORYX_DIR": "/usr/local/oryx",
"DEBIAN_FLAVOR": "focal-scm",
"PATH": "${ORYX_DIR}:${PATH}"
- },
- "install": {
- "app": "",
- "file": "install.sh"
}
-} \ No newline at end of file
+}