aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-07-15 01:21:53 +0300
committerGitHub <noreply@github.com>2022-07-15 01:21:53 +0300
commitc1539e2cb01a576cc99129872516c310ba0dc9b2 (patch)
tree25c0cc2958a50552397e6cb3204c12f433bfb075 /src/oryx/devcontainer-feature.json
parent63e9392aa8d43f6f4f0454623b197efd9596709b (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.json1
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": {