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 +}