diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-09-01 19:51:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 19:51:09 +0300 |
commit | 771a3005946be5f1d2a30020eb1e11993d1dbc74 (patch) | |
tree | 6a43c94ec1ad083da783d3b60cc6f0ed9ad954b1 /test/oryx/scenarios.json | |
parent | 14d98b7795ca6f7333cb168ca7be2fd4baf1a882 (diff) |
Oryx - Fix bug when dynamically installing dotnet in universal image (#125)
* fix oryx
* copy /images
* bimp version
Diffstat (limited to 'test/oryx/scenarios.json')
-rw-r--r-- | test/oryx/scenarios.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/oryx/scenarios.json b/test/oryx/scenarios.json index 8598067..4b9fa90 100644 --- a/test/oryx/scenarios.json +++ b/test/oryx/scenarios.json @@ -2,7 +2,10 @@ "install_dotnet_and_oryx": { "image": "ubuntu:focal", "features": { - "dotnet": "6", + "dotnet": { + "version": "6", + "installUsingApt": "false" + }, "oryx": {} } } |