Skip to content

Commit

Permalink
Git is actually already included in the base image, no need to add it…
Browse files Browse the repository at this point in the history
… via a feature
  • Loading branch information
hoechenberger committed Dec 21, 2023
1 parent 533db90 commit 88fb767
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "mesa-utils,libegl1,^libxcb.*-dev,libx11-xcb-dev,libglu1-mesa-dev,libxrender-dev,libxi-dev,libxkbcommon-dev,libxkbcommon-x11-dev"
},
// Git
"ghcr.io/devcontainers/features/git:1": {
"version": "os-provided",
"ppa": false
},
// Conda and Mamba
"ghcr.io/mamba-org/devcontainer-features/micromamba:1": {
"channels": "conda-forge",
Expand Down

0 comments on commit 88fb767

Please sign in to comment.