Skip to content

Commit

Permalink
Remove git feature from dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Dec 4, 2023
1 parent c6ccaa3 commit f72d3d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
"shutdownAction": "stopCompose",
// Uncomment the next line to run commands after the container is created.
"postCreateCommand": "python3 -m pip install -e .",
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-git:0": {},
},
"features": {},
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
}
}

0 comments on commit f72d3d1

Please sign in to comment.