From 3ee5c1aa5c35ac1950d8b7a117e41f26389f0578 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Wed, 10 Jul 2024 21:23:46 -0700 Subject: [PATCH] Update devcontainer.json (#2036) --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 230d98193..bd5497e1d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "installMaven": "true", "mavenVersion": "3.8.6", "installGradle": "false" - } + }, + "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally. @@ -20,4 +21,4 @@ // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +}