mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-31 16:49:25 +00:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user