Docker没有vi命令的解决方案

[root@VM_0_12_centos ~]# docker exec -it xxxxxxx bash
发现docker镜像中的 redmine并没有安装 vi/vim/nano 等编辑命令。

解决步骤如下:

apt-get install vim
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package vi
apt-get update
apt-get install vim
posted @ 2023-02-20 15:05  LemonSquash  阅读(691)  评论(0编辑  收藏  举报