From 71c114bb0a05347ca08d0e1406dcb6f1b1a696e1 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Thu, 29 Dec 2022 19:09:42 +0000 Subject: test --- test/java/scenarios.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'test/java/scenarios.json') 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": { -- cgit v1.2.3