aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/java/scenarios.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/java/scenarios.json b/test/java/scenarios.json
index 479ee47..9cb3040 100644
--- a/test/java/scenarios.json
+++ b/test/java/scenarios.json
@@ -21,14 +21,15 @@
"image": "ubuntu:focal",
"remoteUser": "vscode",
"features": {
- "common-utils": {
- "username": "vscode"
- },
"java": {
"version": "latest",
"installGradle": true,
"installMaven": true
- }
+ },
+ "ghcr.io/devcontainers/features/common-utils:latest": {
+ "username": "vscode"
+ },
+ "ghcr.io/rocker-org/devcontainer-features/r-apt:latest": {}
}
},
"install_gradle_and_maven": {