Skip to content

Commit

Permalink
Fix devcontainer.json
Browse files Browse the repository at this point in the history
A missing comma was causing container build to fail, it was falling back on recovery container.
  • Loading branch information
regicidalplutophage authored Oct 21, 2023
1 parent 4df8a9d commit 8fcc10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers/features/python:1": {}
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit 8fcc10d

Please sign in to comment.