diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-15 01:21:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 01:21:53 +0300 |
commit | c1539e2cb01a576cc99129872516c310ba0dc9b2 (patch) | |
tree | 25c0cc2958a50552397e6cb3204c12f433bfb075 /src/oryx/devcontainer-feature.json | |
parent | 63e9392aa8d43f6f4f0454623b197efd9596709b (diff) |
Oryx: change path of git repo download (#59)
* change oryx git path
* change oryx install dir
* change ownership
* add debian flavor
* revert codespace:codespace
* temp testing
* attempt to fix stuck action
* remove name
* attempt 2
* remove name
* attempt 3
* nit
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r-- | src/oryx/devcontainer-feature.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index 2b569aa..d313854 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -8,6 +8,7 @@ "DYNAMIC_INSTALL_ROOT_DIR": "/usr/local/oryx-platforms", "ORYX_PREFER_USER_INSTALLED_SDKS": "true", "ORYX_DIR": "/usr/local/oryx", + "DEBIAN_FLAVOR": "focal-scm", "PATH": "${ORYX_DIR}:${PATH}" }, "install": { |