We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ec56 commit 5f01699Copy full SHA for 5f01699
.devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3
+ "features": {
4
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
5
+ "ghcr.io/devcontainers/features/git:1": {},
6
+ "ghcr.io/devcontainers/features/java:1": {
7
+ "version": "21",
8
+ "installMaven": "true"
9
+ }
10
11
+}
0 commit comments