zammad / zammad-docker-compose

Zammad Docker images for docker-compose
https://hub.docker.com/r/zammad/zammad-docker-compose/
GNU Affero General Public License v3.0
273 stars 223 forks source link

docker container build add vim or vi #421

Closed yuhongwei380 closed 3 months ago

yuhongwei380 commented 3 months ago

Infos

Expected behavior

*

Actual behavior

*

Steps to reproduce the behavior

* sometimes when go to the container , want to use the vim to editor . maybe docker container build can add vim ?

waja commented 3 months ago

sometimes when go to the container , want to use the vim to editor . maybe docker container build can add vim

Sounds very unusual. I would recommend to enter the running container and install it with the package manager so you can use it until the container is removed. For regular use cases an editor is not needed in the image.

yuhongwei380 commented 3 months ago

sometimes when go to the container , want to use the vim to editor . maybe docker container build can add vim

Sounds very unusual. I would recommend to enter the running container and install it with the package manager so you can use it until the container is removed. For regular use cases an editor is not needed in the image.

ok, Thanks for reply