We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e9a87 commit 7d36a0bCopy full SHA for 7d36a0b
.devcontainer/devcontainer.json
@@ -38,7 +38,7 @@
38
"ghcr.io/devcontainers/features/azure-cli:1": {},
39
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
40
"ghcr.io/devcontainers/features/terraform:1": {},
41
- "ghcr.io/devcontainers-contrib/features/spark-sdkman:2": { "version": "3.3.2"}
+ "ghcr.io/devcontainers-contrib/features/spark-sdkman:2": { "version": "3.3.2", "jdkVersion": "8" }
42
},
43
"postCreateCommand": "sudo pip3 install -r src/requirements.txt"
44
}
0 commit comments