You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use Terminal in code-server to install packages such as zsh with sudo apt-get install zsh these changes are lost when I redeploy the Helm chart update with a new version of code-server. This seems related to not mounting a volume to where global files /usr/bin, /usr/local/bin would be installed and changed. As a temporary solution, would it be possible to pre-install zsh into the Docker container? I bet a lot of people use zsh by default and would appreciate it.