feat(devcontainer): absorb common-utils feature into Containerfile

This will hopefully cut down on build-time and was an interesting exercise

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-07-16 23:54:42 +02:00
parent a3c5313f74
commit 53ef70cc44
2 changed files with 136 additions and 39 deletions
+1 -10
View File
@@ -3,15 +3,6 @@
"build": {
"dockerfile": "Containerfile"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
"configureZshAsDefaultShell": true,
"installOhMyZsh": true,
"installOhMyZshConfig": true,
"upgradePackages": true,
"username": "dev"
},
},
"features": {},
"remoteUser": "dev"
}