Skip to content

Commit

Permalink
updated devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jan 4, 2025
1 parent b5a96ef commit e17503f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Java",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"postCreateCommand": "(curl -sSL https://github.com/buildpacks/pack/releases/download/v0.36.0/pack-v0.36.0-linux.tgz | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)",

"features": {
"ghcr.io/devcontainers/features/java:latest": {
Expand All @@ -11,6 +12,7 @@
"docker-in-docker": "latest",
"github-cli": "latest"
},

"customizations": {
"vscode": {
"extensions": [
Expand All @@ -25,5 +27,4 @@
]
}
}

}

0 comments on commit e17503f

Please sign in to comment.