Use devcontainer features for most setup work

This commit is contained in:
Matthias
2024-04-27 11:55:37 +00:00
parent ad370cbbcd
commit bd608bedf0
3 changed files with 7 additions and 11 deletions

View File

@@ -3,5 +3,11 @@
"build": {
"dockerfile": "Dockerfile",
"context": "../../"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true
},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0.0.3": {}
}
}