aboutsummaryrefslogtreecommitdiff
path: root/v1
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-27 21:27:17 +0300
committerGitHub <noreply@github.com>2022-05-27 21:27:17 +0300
commitcb6a53949966af46935dd17cc43b5ddc0498b354 (patch)
treedb10fd6eda9b931c8f259a1a0b1fcc297cc8b106 /v1
parente496022c568e9f6f42b41cda37f8d2e929eb3564 (diff)
Add oryx feature (#27)
* add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'v1')
-rw-r--r--v1/feature-scripts.env1
1 files changed, 1 insertions, 0 deletions
diff --git a/v1/feature-scripts.env b/v1/feature-scripts.env
index 68573da..701c439 100644
--- a/v1/feature-scripts.env
+++ b/v1/feature-scripts.env
@@ -22,3 +22,4 @@ _BUILD_ARG_DESKTOP_LITE="./desktop-lite/install.sh auto
_BUILD_ARG_DOTNET="./dotnet/install.sh ${_BUILD_ARG_DOTNET_VERSION:-latest} ${_BUILD_ARG_DOTNET_RUNTIMEONLY:-false} automatic true /usr/local/dotnet dotnet"
_BUILD_ARG_JUPYTERLAB="./jupyterlab/install.sh ${_BUILD_ARG_JUPYTERLAB_VERSION:-latest}" automatic ${_BUILD_ARG_JUPYTERLAB_PYTHONBINARY:-python}" true
_BUILD_ARG_PHP="./php/install.sh ${_BUILD_ARG_PHP_VERSION:-latest} /usr/local/php ${_BUILD_ARG_PHP_INSTALLCOMPOSER:-true} true automatic true"
+_BUILD_ARG_ORYX="./oryx/install.sh" \ No newline at end of file