diff options
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": { |