Closed
Description
OS/Web Information
- Web Browser: Chrome 89.0.4389.90
- Local OS: macOS Big Sur
- Remote OS: Kubernetes using official Helm chart (https://github.com/cdr/code-server/tree/main/ci/helm-chart)
- Remote Architecture: x64 Linux
code-server --version
:
kubectl exec -it code-server-5b7d67d849-wtwsw -- /bin/bash
coder@code-server-5b7d67d849-wtwsw:~$ code-server --version
3.9.1 e0203f2a36c9b7036fefa50eec6cf8fa36c5c015
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.
Metadata
Metadata
Assignees
Labels
No labels