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 5996fcf commit e7de1a0Copy full SHA for e7de1a0
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
@@ -1,9 +1,14 @@
1
{
2
"name": "Application Insights Java Development Environment",
3
- "build": {
4
- "dockerfile": "Dockerfile",
5
- "context": ".."
+ "image": "mcr.microsoft.com/devcontainers/base:bullseye",
+ "features": {
+ "ghcr.io/devcontainers/features/java:1": {
6
+ "version": "17",
7
+ "jdkDistro": "ms"
8
+ },
9
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {}
10
},
11
+ "postCreateCommand": "./gradlew classes --no-daemon",
12
"customizations": {
13
"vscode": {
14
"extensions": [
0 commit comments