diff options
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r-- | src/oryx/devcontainer-feature.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index 6315a43..f42e9ce 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -2,10 +2,11 @@ "id": "oryx", "name": "Oryx", "containerEnv": { - "PATH": "usr/local/oryx:${PATH}", "ORYX_SDK_STORAGE_BASE_URL": "https://oryx-cdn.microsoft.io", "ENABLE_DYNAMIC_INSTALL": "true", - "DYNAMIC_INSTALL_ROOT_DIR": "/tmp/oryx-platforms" + "DYNAMIC_INSTALL_ROOT_DIR": "/tmp/oryx-platforms", + "ORYX_DIR": "/usr/local/oryx", + "PATH": "${ORYX_DIR}:${PATH}" }, "install": { "app": "", |