add zsh installation in postCreateCommand (#1244)

This commit is contained in:
Adarsh Tiwari
2025-06-17 07:35:14 +05:30
committed by GitHub
parent 0bc63a6528
commit 7767e25ef2

View File

@@ -31,5 +31,5 @@
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "zsh"
"postCreateCommand": "apt update && apt install -y zsh && zsh"
}